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

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

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

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

        void setY​(Object y)
        Sets the "y" attribute