Class: Idml::TextEngine::VerticalLayout::Frame
- Inherits:
-
Struct
- Object
- Struct
- Idml::TextEngine::VerticalLayout::Frame
- Defined in:
- lib/idml/text_engine/vertical_layout.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#inset_bottom ⇒ Object
Returns the value of attribute inset_bottom.
-
#inset_left ⇒ Object
Returns the value of attribute inset_left.
-
#inset_right ⇒ Object
Returns the value of attribute inset_right.
-
#inset_top ⇒ Object
Returns the value of attribute inset_top.
-
#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
12 13 14 |
# File 'lib/idml/text_engine/vertical_layout.rb', line 12 def height @height end |
#inset_bottom ⇒ Object
Returns the value of attribute inset_bottom
12 13 14 |
# File 'lib/idml/text_engine/vertical_layout.rb', line 12 def inset_bottom @inset_bottom end |
#inset_left ⇒ Object
Returns the value of attribute inset_left
12 13 14 |
# File 'lib/idml/text_engine/vertical_layout.rb', line 12 def inset_left @inset_left end |
#inset_right ⇒ Object
Returns the value of attribute inset_right
12 13 14 |
# File 'lib/idml/text_engine/vertical_layout.rb', line 12 def inset_right @inset_right end |
#inset_top ⇒ Object
Returns the value of attribute inset_top
12 13 14 |
# File 'lib/idml/text_engine/vertical_layout.rb', line 12 def inset_top @inset_top end |
#width ⇒ Object
Returns the value of attribute width
12 13 14 |
# File 'lib/idml/text_engine/vertical_layout.rb', line 12 def width @width end |
#x ⇒ Object
Returns the value of attribute x
12 13 14 |
# File 'lib/idml/text_engine/vertical_layout.rb', line 12 def x @x end |
#y ⇒ Object
Returns the value of attribute y
12 13 14 |
# File 'lib/idml/text_engine/vertical_layout.rb', line 12 def y @y end |