Class: VivlioStarter::CLI::Build::PdfPageMapExtractor::IndexMappingEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb

Overview

索引語(idx-*)のマッピングエントリ

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_idObject (readonly)

Returns the value of attribute anchor_id

Returns:

  • (Object)

    the current value of 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_indexObject (readonly)

Returns the value of attribute page_index

Returns:

  • (Object)

    the current value of 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_indexObject (readonly)

Returns the value of attribute spine_index

Returns:

  • (Object)

    the current value of spine_index



43
44
45
# File 'lib/vivlio_starter/cli/build/pdf_page_map_extractor.rb', line 43

def spine_index
  @spine_index
end