Class: OdfCore::Element::Meta::DocumentStatistic

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/meta/document_statistic.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'meta:document-statistic'
CHILDREN =
[].freeze
ATTRIBUTES =
[
  "meta:cell-count",
  "meta:character-count",
  "meta:draw-count",
  "meta:frame-count",
  "meta:image-count",
  "meta:non-whitespace-character-count",
  "meta:object-count",
  "meta:ole-object-count",
  "meta:page-count",
  "meta:paragraph-count",
  "meta:row-count",
  "meta:sentence-count",
  "meta:syllable-count",
  "meta:table-count",
  "meta:word-count",
].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement