Class: OpenXml::Docx::Properties::LatentStylesException

Inherits:
ComplexProperty show all
Defined in:
lib/openxml/docx/properties/latent_styles_exception.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 ComplexProperty

#render?, #to_xml

Methods included from AttributeBuilder

#attributes, included, #render?

Methods inherited from BaseProperty

#default_name, #default_tag, name, #name, #render?, tag, #tag

Constructor Details

#initialize(style_name) ⇒ LatentStylesException

Returns a new instance of LatentStylesException.



14
15
16
# File 'lib/openxml/docx/properties/latent_styles_exception.rb', line 14

def initialize(style_name)
  self.style_name = style_name
end