Class: OpenXml::Docx::Properties::Column

Inherits:
ComplexProperty show all
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

#value

Instance Method Summary collapse

Methods inherited from ComplexProperty

#render?, #to_xml

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