Class: ODDB::FiPDF::TestParagraphWrapper::StubParagraph
- Defined in:
- ext/fipdf/test/paragraph_wrapper_test.rb
Instance Attribute Summary collapse
-
#need_new_page ⇒ Object
Returns the value of attribute need_new_page.
-
#preformatted ⇒ Object
Returns the value of attribute preformatted.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#need_new_page ⇒ Object
Returns the value of attribute need_new_page.
33 34 35 |
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 33 def need_new_page @need_new_page end |
#preformatted ⇒ Object
Returns the value of attribute preformatted.
33 34 35 |
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 33 def preformatted @preformatted end |
#text ⇒ Object
Returns the value of attribute text.
33 34 35 |
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 33 def text @text end |
Instance Method Details
#need_new_page?(*args) ⇒ Boolean
34 35 36 |
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 34 def need_new_page?(*args) @need_new_page end |
#preformatted? ⇒ Boolean
37 38 39 |
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 37 def preformatted? @preformatted end |
#prepend(*args) ⇒ Object
40 41 |
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 40 def prepend(*args) end |