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.
  • Field Details

  • Method Details

    • getX

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

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

      void setX(Object x)
      Sets the "x" attribute
    • xsetX

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

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

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

      void setY(Object y)
      Sets the "y" attribute
    • xsetY

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