Interface CTPoint3D

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTPoint3D
    extends XmlObject
    An XML CT_Point3D(@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
      • getZ

        long getZ()
        Gets the "z" attribute
      • xgetZ

        STCoordinate xgetZ()
        Gets (as xml) the "z" attribute
      • setZ

        void setZ​(long z)
        Sets the "z" attribute
      • xsetZ

        void xsetZ​(STCoordinate z)
        Sets (as xml) the "z" attribute