Class: HexaPDF::Document::Layout::CellArgumentCollector::ArgumentInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/hexapdf/document/layout.rb

Overview

Stores a single keyword argument definition for a number of rows/columns.

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



574
575
576
# File 'lib/hexapdf/document/layout.rb', line 574

def args
  @args
end

#colsObject

Returns the value of attribute cols

Returns:

  • (Object)

    the current value of cols



574
575
576
# File 'lib/hexapdf/document/layout.rb', line 574

def cols
  @cols
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



574
575
576
# File 'lib/hexapdf/document/layout.rb', line 574

def rows
  @rows
end