Class: Pdfrb::Document::PageLabels::LabelRule
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Document::PageLabels::LabelRule
- Defined in:
- lib/pdfrb/document/page_labels.rb
Instance Attribute Summary collapse
-
#page_count ⇒ Object
Returns the value of attribute page_count.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#start ⇒ Object
Returns the value of attribute start.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Attribute Details
#page_count ⇒ Object
Returns the value of attribute page_count
23 24 25 |
# File 'lib/pdfrb/document/page_labels.rb', line 23 def page_count @page_count end |
#prefix ⇒ Object
Returns the value of attribute prefix
23 24 25 |
# File 'lib/pdfrb/document/page_labels.rb', line 23 def prefix @prefix end |
#start ⇒ Object
Returns the value of attribute start
23 24 25 |
# File 'lib/pdfrb/document/page_labels.rb', line 23 def start @start end |
#style ⇒ Object
Returns the value of attribute style
23 24 25 |
# File 'lib/pdfrb/document/page_labels.rb', line 23 def style @style end |