Class: VivlioStarter::Pdf::Reader::Line

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

Overview

行(Y 座標 + テキスト)

Instance Attribute Summary collapse

Instance Attribute Details

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



21
22
23
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 21

def text
  @text
end

#yObject (readonly)

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



21
22
23
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 21

def y
  @y
end