Class: PDF::Impose::Form::LayoutElement

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdf/impose/form.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



106
107
108
# File 'lib/pdf/impose/form.rb', line 106

def column
  @column
end

#flipObject

Returns the value of attribute flip

Returns:

  • (Object)

    the current value of flip



106
107
108
# File 'lib/pdf/impose/form.rb', line 106

def flip
  @flip
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



106
107
108
# File 'lib/pdf/impose/form.rb', line 106

def offset
  @offset
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



106
107
108
# File 'lib/pdf/impose/form.rb', line 106

def row
  @row
end

#whichObject

Returns the value of attribute which

Returns:

  • (Object)

    the current value of which



106
107
108
# File 'lib/pdf/impose/form.rb', line 106

def which
  @which
end