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



491
492
493
# File 'lib/hexapdf/document/layout.rb', line 491

def args
  @args
end

#colsObject

Returns the value of attribute cols

Returns:

  • (Object)

    the current value of cols



491
492
493
# File 'lib/hexapdf/document/layout.rb', line 491

def cols
  @cols
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



491
492
493
# File 'lib/hexapdf/document/layout.rb', line 491

def rows
  @rows
end