Class: HexaPDF::Content::SmartTextExtractor::Line
- Inherits:
-
Struct
- Object
- Struct
- HexaPDF::Content::SmartTextExtractor::Line
- Defined in:
- lib/hexapdf/content/smart_text_extractor.rb
Overview
Holds an array of TextRun objects and their median baseline.
Instance Attribute Summary collapse
-
#baseline ⇒ Object
Returns the value of attribute baseline.
-
#text_runs ⇒ Object
Returns the value of attribute text_runs.
Instance Attribute Details
#baseline ⇒ Object
Returns the value of attribute baseline
212 213 214 |
# File 'lib/hexapdf/content/smart_text_extractor.rb', line 212 def baseline @baseline end |
#text_runs ⇒ Object
Returns the value of attribute text_runs
212 213 214 |
# File 'lib/hexapdf/content/smart_text_extractor.rb', line 212 def text_runs @text_runs end |