Interface CTGroupTransform2D

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTGroupTransform2D
    extends XmlObject
    An XML CT_GroupTransform2D(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
    • Method Detail

      • getOff

        CTPoint2D getOff()
        Gets the "off" element
      • isSetOff

        boolean isSetOff()
        True if has "off" element
      • setOff

        void setOff​(CTPoint2D off)
        Sets the "off" element
      • addNewOff

        CTPoint2D addNewOff()
        Appends and returns a new empty "off" element
      • unsetOff

        void unsetOff()
        Unsets the "off" element
      • isSetExt

        boolean isSetExt()
        True if has "ext" element
      • addNewExt

        CTPositiveSize2D addNewExt()
        Appends and returns a new empty "ext" element
      • unsetExt

        void unsetExt()
        Unsets the "ext" element
      • getChOff

        CTPoint2D getChOff()
        Gets the "chOff" element
      • isSetChOff

        boolean isSetChOff()
        True if has "chOff" element
      • setChOff

        void setChOff​(CTPoint2D chOff)
        Sets the "chOff" element
      • addNewChOff

        CTPoint2D addNewChOff()
        Appends and returns a new empty "chOff" element
      • unsetChOff

        void unsetChOff()
        Unsets the "chOff" element
      • isSetChExt

        boolean isSetChExt()
        True if has "chExt" element
      • addNewChExt

        CTPositiveSize2D addNewChExt()
        Appends and returns a new empty "chExt" element
      • unsetChExt

        void unsetChExt()
        Unsets the "chExt" element
      • getRot

        int getRot()
        Gets the "rot" attribute
      • xgetRot

        STAngle xgetRot()
        Gets (as xml) the "rot" attribute
      • isSetRot

        boolean isSetRot()
        True if has "rot" attribute
      • setRot

        void setRot​(int rot)
        Sets the "rot" attribute
      • xsetRot

        void xsetRot​(STAngle rot)
        Sets (as xml) the "rot" attribute
      • unsetRot

        void unsetRot()
        Unsets the "rot" attribute
      • getFlipH

        boolean getFlipH()
        Gets the "flipH" attribute
      • xgetFlipH

        XmlBoolean xgetFlipH()
        Gets (as xml) the "flipH" attribute
      • isSetFlipH

        boolean isSetFlipH()
        True if has "flipH" attribute
      • setFlipH

        void setFlipH​(boolean flipH)
        Sets the "flipH" attribute
      • xsetFlipH

        void xsetFlipH​(XmlBoolean flipH)
        Sets (as xml) the "flipH" attribute
      • unsetFlipH

        void unsetFlipH()
        Unsets the "flipH" attribute
      • getFlipV

        boolean getFlipV()
        Gets the "flipV" attribute
      • xgetFlipV

        XmlBoolean xgetFlipV()
        Gets (as xml) the "flipV" attribute
      • isSetFlipV

        boolean isSetFlipV()
        True if has "flipV" attribute
      • setFlipV

        void setFlipV​(boolean flipV)
        Sets the "flipV" attribute
      • xsetFlipV

        void xsetFlipV​(XmlBoolean flipV)
        Sets (as xml) the "flipV" attribute
      • unsetFlipV

        void unsetFlipV()
        Unsets the "flipV" attribute