Interface CTAdjPoint2D

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getX

        java.lang.Object getX()
        Gets the "x" attribute
      • setX

        void setX​(java.lang.Object x)
        Sets the "x" attribute
      • getY

        java.lang.Object getY()
        Gets the "y" attribute
      • setY

        void setY​(java.lang.Object y)
        Sets the "y" attribute