Class: Pdfrb::Content::HiddenTextDetector::HiddenItem
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Content::HiddenTextDetector::HiddenItem
- Defined in:
- lib/pdfrb/content/hidden_text_detector.rb
Instance Attribute Summary collapse
-
#page ⇒ Object
Returns the value of attribute page.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#page ⇒ Object
Returns the value of attribute page
15 16 17 |
# File 'lib/pdfrb/content/hidden_text_detector.rb', line 15 def page @page end |
#reason ⇒ Object
Returns the value of attribute reason
15 16 17 |
# File 'lib/pdfrb/content/hidden_text_detector.rb', line 15 def reason @reason end |
#text ⇒ Object
Returns the value of attribute text
15 16 17 |
# File 'lib/pdfrb/content/hidden_text_detector.rb', line 15 def text @text end |
Instance Method Details
#hidden? ⇒ Boolean
16 17 18 |
# File 'lib/pdfrb/content/hidden_text_detector.rb', line 16 def hidden? !reason.nil? end |