Interface CTTLPoint

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getX

        int getX()
        Gets the "x" attribute
      • xgetX

        STPercentage xgetX()
        Gets (as xml) the "x" attribute
      • setX

        void setX​(int x)
        Sets the "x" attribute
      • xsetX

        void xsetX​(STPercentage x)
        Sets (as xml) the "x" attribute
      • getY

        int getY()
        Gets the "y" attribute
      • xgetY

        STPercentage xgetY()
        Gets (as xml) the "y" attribute
      • setY

        void setY​(int y)
        Sets the "y" attribute
      • xsetY

        void xsetY​(STPercentage y)
        Sets (as xml) the "y" attribute