Class: Goldendocx::Documents::Properties::RunDefaultStyleProperty
- Inherits:
-
Object
- Object
- Goldendocx::Documents::Properties::RunDefaultStyleProperty
- Includes:
- Element
- Defined in:
- lib/goldendocx/documents/properties/run_default_style_property.rb
Instance Method Summary collapse
-
#initialize ⇒ RunDefaultStyleProperty
constructor
A new instance of RunDefaultStyleProperty.
Methods included from Element
#build_element, #namespace, #tag, #tag_name, #to_element, #to_xml
Methods included from HasChildren
#children, #read_child, #read_children
Methods included from HasAttributes
#assign_attributes, #attributes, #read_attributes
Constructor Details
#initialize ⇒ RunDefaultStyleProperty
Returns a new instance of RunDefaultStyleProperty.
14 15 16 17 18 |
# File 'lib/goldendocx/documents/properties/run_default_style_property.rb', line 14 def initialize build_property property.build_language property.build_font end |