Class: Asciidoctor::Prawn::Extensions::Position

Inherits:
Struct
  • Object
show all
Defined in:
lib/asciidoctor/pdf/ext/prawn/extensions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



33
34
35
# File 'lib/asciidoctor/pdf/ext/prawn/extensions.rb', line 33

def column
  @column
end

#cursorObject

Returns the value of attribute cursor

Returns:

  • (Object)

    the current value of cursor



33
34
35
# File 'lib/asciidoctor/pdf/ext/prawn/extensions.rb', line 33

def cursor
  @cursor
end

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



33
34
35
# File 'lib/asciidoctor/pdf/ext/prawn/extensions.rb', line 33

def page
  @page
end