Interface CTTransform2D

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTTransform2D extends XmlObject
An XML CT_Transform2D(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • 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
    • getExt

      Gets the "ext" element
    • isSetExt

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

      void setExt(CTPositiveSize2D ext)
      Sets the "ext" element
    • addNewExt

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

      void unsetExt()
      Unsets the "ext" 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