Class DrawGElement

All Implemented Interfaces:
Serializable, Cloneable, OdfStylePropertySet, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class DrawGElement extends DrawShapeElementBase
DOM implementation of OpenDocument element <draw:g>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • DrawGElement

      public DrawGElement(OdfFileDom ownerDoc)
      Create the instance of DrawGElement
      Parameters:
      ownerDoc - The type is OdfFileDom
  • Method Details