Interface CTFFCheckBox

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • isSetSize

        boolean isSetSize()
        True if has "size" element
      • setSize

        void setSize​(CTHpsMeasure size)
        Sets the "size" element
      • addNewSize

        CTHpsMeasure addNewSize()
        Appends and returns a new empty "size" element
      • unsetSize

        void unsetSize()
        Unsets the "size" element
      • getSizeAuto

        CTOnOff getSizeAuto()
        Gets the "sizeAuto" element
      • isSetSizeAuto

        boolean isSetSizeAuto()
        True if has "sizeAuto" element
      • setSizeAuto

        void setSizeAuto​(CTOnOff sizeAuto)
        Sets the "sizeAuto" element
      • addNewSizeAuto

        CTOnOff addNewSizeAuto()
        Appends and returns a new empty "sizeAuto" element
      • unsetSizeAuto

        void unsetSizeAuto()
        Unsets the "sizeAuto" element
      • getDefault

        CTOnOff getDefault()
        Gets the "default" element
      • isSetDefault

        boolean isSetDefault()
        True if has "default" element
      • setDefault

        void setDefault​(CTOnOff xdefault)
        Sets the "default" element
      • addNewDefault

        CTOnOff addNewDefault()
        Appends and returns a new empty "default" element
      • unsetDefault

        void unsetDefault()
        Unsets the "default" element
      • getChecked

        CTOnOff getChecked()
        Gets the "checked" element
      • isSetChecked

        boolean isSetChecked()
        True if has "checked" element
      • setChecked

        void setChecked​(CTOnOff checked)
        Sets the "checked" element
      • addNewChecked

        CTOnOff addNewChecked()
        Appends and returns a new empty "checked" element
      • unsetChecked

        void unsetChecked()
        Unsets the "checked" element