Class: Goldendocx::Documents::Properties::RunDefaultStyleProperty

Inherits:
Object
  • Object
show all
Includes:
Element
Defined in:
lib/goldendocx/documents/properties/run_default_style_property.rb

Instance Method Summary collapse

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

#initializeRunDefaultStyleProperty

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