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

Inherits:
ContainerProperty show all
Defined in:
lib/openxml/docx/properties/latent_styles.rb

Instance Attribute Summary

Attributes inherited from BaseProperty

#value

Instance Method Summary collapse

Methods inherited from ContainerProperty

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

Methods inherited from BaseProperty

#default_name, #default_namespace, #default_tag, #initialize, #name, name, namespace, #namespace, #tag, tag, tag_is_one_of

Constructor Details

This class inherits a constructor from OpenXml::Docx::Properties::ContainerProperty

Instance Method Details

#render?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/openxml/docx/properties/latent_styles.rb', line 19

def render?
  true # Output XML even if there are no children
end