All Superinterfaces:
XmlObject, XmlTokenSource

public interface IntDocument extends XmlObject
A document containing one int(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element. This is a complex type.
  • Field Details

  • Method Details

    • getInt

      int getInt()
      Gets the "int" element
    • xgetInt

      XmlInt xgetInt()
      Gets (as xml) the "int" element
    • setInt

      void setInt(int xint)
      Sets the "int" element
    • xsetInt

      void xsetInt(XmlInt xint)
      Sets (as xml) the "int" element