Class: OpenXml::Docx::Properties::LatentStyles
- Inherits:
-
ContainerProperty
- Object
- BaseProperty
- ContainerProperty
- OpenXml::Docx::Properties::LatentStyles
- Defined in:
- lib/openxml/docx/properties/latent_styles.rb
Constant Summary
Constants included from AttributeBuilder
AttributeBuilder::VALID_THEME_COLORS, AttributeBuilder::VALID_TYPES
Instance Attribute Summary
Attributes inherited from BaseProperty
Instance Method Summary collapse
Methods inherited from ContainerProperty
#<<, child_class, #each, #initialize, #to_xml
Methods included from AttributeBuilder
Methods inherited from BaseProperty
#default_name, #default_tag, name, #name, tag, #tag
Constructor Details
This class inherits a constructor from OpenXml::Docx::Properties::ContainerProperty
Instance Method Details
#render? ⇒ Boolean
16 17 18 |
# File 'lib/openxml/docx/properties/latent_styles.rb', line 16 def render? true # Output XML even if there are no children end |