summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/axlsx/workbook/worksheet/sheet_format_pr.rb24
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/axlsx/workbook/worksheet/sheet_format_pr.rb b/lib/axlsx/workbook/worksheet/sheet_format_pr.rb
index fc9ce3a3..12c2e3b2 100644
--- a/lib/axlsx/workbook/worksheet/sheet_format_pr.rb
+++ b/lib/axlsx/workbook/worksheet/sheet_format_pr.rb
@@ -1,17 +1,17 @@
module Axlsx
- #Sheet formatting properties
- # <xsd:complexType name="CT_SheetFormatPr">
- # <xsd:attribute name="baseColWidth" type="xsd:unsignedInt" use="optional" default="8"/>
- # <xsd:attribute name="defaultColWidth" type="xsd:double" use="optional"/>
- # <xsd:attribute name="defaultRowHeight" type="xsd:double" use="required"/>
- # <xsd:attribute name="customHeight" type="xsd:boolean" use="optional" default="false"/>
- # <xsd:attribute name="zeroHeight" type="xsd:boolean" use="optional" default="false"/>
- # <xsd:attribute name="thickTop" type="xsd:boolean" use="optional" default="false"/>
- # <xsd:attribute name="thickBottom" type="xsd:boolean" use="optional" default="false"/>
- # <xsd:attribute name="outlineLevelRow" type="xsd:unsignedByte" use="optional" default="0"/>
- # <xsd:attribute name="outlineLevelCol" type="xsd:unsignedByte" use="optional" default="0"/>
- #</xsd:complexType>
+ # Sheet formatting properties
+ # <xsd:complexType name="CT_SheetFormatPr">
+ # <xsd:attribute name="baseColWidth" type="xsd:unsignedInt" use="optional" default="8"/>
+ # <xsd:attribute name="defaultColWidth" type="xsd:double" use="optional"/>
+ # <xsd:attribute name="defaultRowHeight" type="xsd:double" use="required"/>
+ # <xsd:attribute name="customHeight" type="xsd:boolean" use="optional" default="false"/>
+ # <xsd:attribute name="zeroHeight" type="xsd:boolean" use="optional" default="false"/>
+ # <xsd:attribute name="thickTop" type="xsd:boolean" use="optional" default="false"/>
+ # <xsd:attribute name="thickBottom" type="xsd:boolean" use="optional" default="false"/>
+ # <xsd:attribute name="outlineLevelRow" type="xsd:unsignedByte" use="optional" default="0"/>
+ # <xsd:attribute name="outlineLevelCol" type="xsd:unsignedByte" use="optional" default="0"/>
+ # </xsd:complexType>
class SheetFormatPr
include Axlsx::SerializedAttributes