Class: VivlioStarter::Pdf::Reader::PageContent

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/pdf/reader.rb

Overview

ページのテキスト・行・画像出現をまとめたコンテンツ

Instance Attribute Summary collapse

Instance Attribute Details

#image_occurrencesObject (readonly)

Returns the value of attribute image_occurrences

Returns:

  • (Object)

    the current value of image_occurrences



25
26
27
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 25

def image_occurrences
  @image_occurrences
end

#linesObject (readonly)

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



25
26
27
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 25

def lines
  @lines
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



25
26
27
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 25

def text
  @text
end