Class: OpenXml::Docx::Properties::Column
- Inherits:
-
ComplexProperty
- Object
- BaseProperty
- ComplexProperty
- OpenXml::Docx::Properties::Column
- Defined in:
- lib/openxml/docx/properties/column.rb
Constant Summary
Constants included from AttributeBuilder
AttributeBuilder::VALID_THEME_COLORS, AttributeBuilder::VALID_TYPES
Instance Attribute Summary
Attributes inherited from BaseProperty
Instance Method Summary collapse
-
#initialize(space, width) ⇒ Column
constructor
A new instance of Column.
Methods inherited from ComplexProperty
Methods included from AttributeBuilder
#attributes, included, #render?
Methods inherited from BaseProperty
#default_name, #default_tag, name, #name, #render?, tag, #tag
Constructor Details
#initialize(space, width) ⇒ Column
Returns a new instance of Column.
10 11 12 13 |
# File 'lib/openxml/docx/properties/column.rb', line 10 def initialize(space, width) self.space = space self.width = width end |