Class: Uniword::Column

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/uniword/column_configuration.rb

Overview

Represents a single column in a multi-column layout

Instance Attribute Summary collapse

Instance Attribute Details

#spaceInteger

Space after this column in twips

Returns:

  • (Integer)

    the current value of space



10
11
12
# File 'lib/uniword/column_configuration.rb', line 10

def space
  @space
end

#widthInteger

Column width in twips

Returns:

  • (Integer)

    the current value of width



10
11
12
# File 'lib/uniword/column_configuration.rb', line 10

def width
  @width
end