Class: OdfCore::Element::Text::BibliographyEntryTemplate
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Text::BibliographyEntryTemplate
- Defined in:
- lib/odf_core/element/text/bibliography_entry_template.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'text:bibliography-entry-template'
- CHILDREN =
["text:index-entry-bibliography", "text:index-entry-span", "text:index-entry-tab-stop"].freeze
- ATTRIBUTES =
["text:bibliography-type", "text:style-name"].freeze
Instance Attribute Summary
Attributes inherited from AbstractElement
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement