Interface CTPoint2D

  • 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.
    • Method Detail

      • getX

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

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

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

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

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

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

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

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