Class: MathML::Element
- Inherits:
-
XMLElement
- Object
- EimXML::Element
- XMLElement
- MathML::Element
- Defined in:
- lib/math_ml/element.rb
Direct Known Subclasses
Fenced, Frac, Identifier, None, Number, Operator, Over, Root, Row, Space, Sqrt, SubSup, Table, Td, Text, Tr, Under
Instance Attribute Summary collapse
-
#display_style ⇒ Object
readonly
Returns the value of attribute display_style.
Instance Method Summary collapse
Methods inherited from XMLElement
Instance Attribute Details
#display_style ⇒ Object (readonly)
Returns the value of attribute display_style.
3 4 5 |
# File 'lib/math_ml/element.rb', line 3 def display_style @display_style end |
Instance Method Details
#as_display_style ⇒ Object
5 6 7 8 |
# File 'lib/math_ml/element.rb', line 5 def as_display_style @display_style = true self end |