Class: VivlioStarter::Pdf::Reader::Line
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::Reader::Line
- Defined in:
- lib/vivlio_starter/cli/pdf/reader.rb
Overview
行(Y 座標 + テキスト)
Instance Attribute Summary collapse
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#y ⇒ Object
readonly
Returns the value of attribute y.
Instance Attribute Details
#text ⇒ Object (readonly)
Returns the value of attribute text
21 22 23 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 21 def text @text end |
#y ⇒ Object (readonly)
Returns the value of attribute y
21 22 23 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 21 def y @y end |