Refresh

This website www.rubydoc.info/github/asciidoctor/asciidoctor-pdf/Asciidoctor/Prawn/Extensions/Position is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

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