Class: Pdfrb::Document::PageLabels::LabelRule

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/document/page_labels.rb

Instance Attribute Summary collapse

Instance Attribute Details

#page_countObject

Returns the value of attribute page_count

Returns:

  • (Object)

    the current value of page_count



23
24
25
# File 'lib/pdfrb/document/page_labels.rb', line 23

def page_count
  @page_count
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



23
24
25
# File 'lib/pdfrb/document/page_labels.rb', line 23

def prefix
  @prefix
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



23
24
25
# File 'lib/pdfrb/document/page_labels.rb', line 23

def start
  @start
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



23
24
25
# File 'lib/pdfrb/document/page_labels.rb', line 23

def style
  @style
end