Class: Uniword::Column
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Uniword::Column
- Defined in:
- lib/uniword/column_configuration.rb
Overview
Represents a single column in a multi-column layout
Instance Attribute Summary collapse
-
#space ⇒ Integer
Space after this column in twips.
-
#width ⇒ Integer
Column width in twips.
Instance Attribute Details
#space ⇒ Integer
Space after this column in twips
10 11 12 |
# File 'lib/uniword/column_configuration.rb', line 10 def space @space end |
#width ⇒ Integer
Column width in twips
10 11 12 |
# File 'lib/uniword/column_configuration.rb', line 10 def width @width end |