Class: OpenXml::Docx::Properties::LatentStyles

Inherits:
ContainerProperty show all
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

#value

Instance Method Summary collapse

Methods inherited from ContainerProperty

#<<, child_class, #each, #initialize, #to_xml

Methods included from AttributeBuilder

#attributes, included

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

Returns:

  • (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