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.
  • Field Details

  • Method Details

    • getCx

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

      Gets (as xml) the "cx" attribute
    • setCx

      void setCx(long cx)
      Sets the "cx" attribute
    • xsetCx

      void xsetCx(STPositiveCoordinate cx)
      Sets (as xml) the "cx" attribute
    • getCy

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

      Gets (as xml) the "cy" attribute
    • setCy

      void setCy(long cy)
      Sets the "cy" attribute
    • xsetCy

      void xsetCy(STPositiveCoordinate cy)
      Sets (as xml) the "cy" attribute