Class: ODDB::FiPDF::TestParagraphWrapper::StubParagraph

Inherits:
Object
  • Object
show all
Defined in:
ext/fipdf/test/test_paragraph_wrapper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#need_new_pageObject

Returns the value of attribute need_new_page.



33
34
35
# File 'ext/fipdf/test/test_paragraph_wrapper.rb', line 33

def need_new_page
  @need_new_page
end

#preformattedObject

Returns the value of attribute preformatted.



33
34
35
# File 'ext/fipdf/test/test_paragraph_wrapper.rb', line 33

def preformatted
  @preformatted
end

#textObject

Returns the value of attribute text.



33
34
35
# File 'ext/fipdf/test/test_paragraph_wrapper.rb', line 33

def text
  @text
end

Instance Method Details

#need_new_page?(*args) ⇒ Boolean

Returns:

  • (Boolean)


34
35
36
# File 'ext/fipdf/test/test_paragraph_wrapper.rb', line 34

def need_new_page?(*args)
	@need_new_page
end

#preformatted?Boolean

Returns:

  • (Boolean)


37
38
39
# File 'ext/fipdf/test/test_paragraph_wrapper.rb', line 37

def preformatted?
	@preformatted
end

#prepend(*args) ⇒ Object



40
41
# File 'ext/fipdf/test/test_paragraph_wrapper.rb', line 40

def prepend(*args)
end