Class: VivlioStarter::CLI::Build::PdfPageMapExtractor::IndexMappingEntry
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Build::PdfPageMapExtractor::IndexMappingEntry
- Defined in:
- lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb
Overview
索引語(idx-*)のマッピングエントリ
Instance Attribute Summary collapse
-
#anchor_id ⇒ Object
readonly
Returns the value of attribute anchor_id.
-
#page_index ⇒ Object
readonly
Returns the value of attribute page_index.
-
#spine_index ⇒ Object
readonly
Returns the value of attribute spine_index.
Instance Attribute Details
#anchor_id ⇒ Object (readonly)
Returns the value of attribute anchor_id
43 44 45 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 43 def anchor_id @anchor_id end |
#page_index ⇒ Object (readonly)
Returns the value of attribute page_index
43 44 45 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 43 def page_index @page_index end |
#spine_index ⇒ Object (readonly)
Returns the value of attribute spine_index
43 44 45 |
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 43 def spine_index @spine_index end |