Class: Idml::Render::TextWrapResolver::Contour
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::TextWrapResolver::Contour
- Defined in:
- lib/idml/render/text_wrap_resolver.rb
Overview
A wrap contour: a PDF-coordinate rectangle the text avoids.
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
16 17 18 |
# File 'lib/idml/render/text_wrap_resolver.rb', line 16 def height @height end |
#width ⇒ Object
Returns the value of attribute width
16 17 18 |
# File 'lib/idml/render/text_wrap_resolver.rb', line 16 def width @width end |
#x ⇒ Object
Returns the value of attribute x
16 17 18 |
# File 'lib/idml/render/text_wrap_resolver.rb', line 16 def x @x end |
#y ⇒ Object
Returns the value of attribute y
16 17 18 |
# File 'lib/idml/render/text_wrap_resolver.rb', line 16 def y @y end |