All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getX

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

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

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

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

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

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

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

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