Class: OdfCore::Element::Draw::FillImage
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Draw::FillImage
- Defined in:
- lib/odf_core/element/draw/fill_image.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'draw:fill-image'
- CHILDREN =
[].freeze
- ATTRIBUTES =
[ "draw:display-name", "draw:name", "svg:height", "svg:width", "xlink:actuate", "xlink:href", "xlink:show", "xlink:type", ].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