Class: VivlioStarter::Pdf::Reader::Fragment
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::Reader::Fragment
- Defined in:
- lib/vivlio_starter/cli/pdf/reader.rb
Overview
— Data 構造体 — テキスト断片(座標付き)
Instance Attribute Summary collapse
-
#right ⇒ Object
readonly
Returns the value of attribute right.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#x ⇒ Object
readonly
Returns the value of attribute x.
-
#y ⇒ Object
readonly
Returns the value of attribute y.
Instance Attribute Details
#right ⇒ Object (readonly)
Returns the value of attribute right
19 20 21 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 19 def right @right end |
#text ⇒ Object (readonly)
Returns the value of attribute text
19 20 21 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 19 def text @text end |
#x ⇒ Object (readonly)
Returns the value of attribute x
19 20 21 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 19 def x @x end |
#y ⇒ Object (readonly)
Returns the value of attribute y
19 20 21 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 19 def y @y end |