Interface BoolDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface BoolDocument
    extends XmlObject
    A document containing one bool(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element. This is a complex type.
    • Method Detail

      • getBool

        boolean getBool()
        Gets the "bool" element
      • xgetBool

        XmlBoolean xgetBool()
        Gets (as xml) the "bool" element
      • setBool

        void setBool​(boolean bool)
        Sets the "bool" element
      • xsetBool

        void xsetBool​(XmlBoolean bool)
        Sets (as xml) the "bool" element