Interface CTBooleanProperty

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTBooleanProperty extends XmlObject
An XML CT_BooleanProperty(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getVal

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

      XmlBoolean xgetVal()
      Gets (as xml) the "val" attribute
    • isSetVal

      boolean isSetVal()
      True if has "val" attribute
    • setVal

      void setVal(boolean val)
      Sets the "val" attribute
    • xsetVal

      void xsetVal(XmlBoolean val)
      Sets (as xml) the "val" attribute
    • unsetVal

      void unsetVal()
      Unsets the "val" attribute