Interface CTIntProperty

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getVal

        int getVal()
        Gets the "val" attribute
      • xgetVal

        XmlInt xgetVal()
        Gets (as xml) the "val" attribute
      • setVal

        void setVal​(int val)
        Sets the "val" attribute
      • xsetVal

        void xsetVal​(XmlInt val)
        Sets (as xml) the "val" attribute