Interface CTPositiveSize2D

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCx

        long getCx()
        Gets the "cx" attribute
      • setCx

        void setCx​(long cx)
        Sets the "cx" attribute
      • getCy

        long getCy()
        Gets the "cy" attribute
      • setCy

        void setCy​(long cy)
        Sets the "cy" attribute