Class: OdfCore::Element::Style::DrawingPageProperties

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/style/drawing_page_properties.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'style:drawing-page-properties'
CHILDREN =
["presentation:sound"].freeze
ATTRIBUTES =
[
  "draw:background-size",
  "draw:fill",
  "draw:fill-color",
  "draw:fill-gradient-name",
  "draw:fill-hatch-name",
  "draw:fill-hatch-solid",
  "draw:fill-image-height",
  "draw:fill-image-name",
  "draw:fill-image-ref-point",
  "draw:fill-image-ref-point-x",
  "draw:fill-image-ref-point-y",
  "draw:fill-image-width",
  "draw:gradient-step-count",
  "draw:opacity",
  "draw:opacity-name",
  "draw:secondary-fill-color",
  "draw:tile-repeat-offset",
  "presentation:background-objects-visible",
  "presentation:background-visible",
  "presentation:display-date-time",
  "presentation:display-footer",
  "presentation:display-header",
  "presentation:display-page-number",
  "presentation:duration",
  "presentation:transition-speed",
  "presentation:transition-style",
  "presentation:transition-type",
  "presentation:visibility",
  "smil:direction",
  "smil:fadeColor",
  "smil:subtype",
  "smil:type",
  "style:repeat",
  "svg:fill-rule",
].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