Class: ODDB::FiPDF::TestParagraphWrapper::StubFormat

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#differencesObject

Returns the value of attribute differences.



18
19
20
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 18

def differences
  @differences
end

#fontObject

Returns the value of attribute font.



18
19
20
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 18

def font
  @font
end

#font_height(height) ⇒ Object

Returns the value of attribute font_height.



18
19
20
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 18

def font_height
  @font_height
end

#heightObject

Returns the value of attribute height.



18
19
20
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 18

def height
  @height
end

#justificationObject

Returns the value of attribute justification.



18
19
20
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 18

def justification
  @justification
end

#line_count(*args) ⇒ Object

Returns the value of attribute line_count.



18
19
20
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 18

def line_count
  @line_count
end

#sizeObject

Returns the value of attribute size.



18
19
20
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 18

def size
  @size
end

#spacing_before(*args) ⇒ Object

Returns the value of attribute spacing_before.



18
19
20
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 18

def spacing_before
  @spacing_before
end

Instance Method Details

#get_height(*args) ⇒ Object



19
20
21
# File 'ext/fipdf/test/paragraph_wrapper_test.rb', line 19

def get_height(*args)
	@height
end