Interface LpstrDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getLpstr

        java.lang.String getLpstr()
        Gets the "lpstr" element
      • xgetLpstr

        XmlString xgetLpstr()
        Gets (as xml) the "lpstr" element
      • setLpstr

        void setLpstr​(java.lang.String lpstr)
        Sets the "lpstr" element
      • xsetLpstr

        void xsetLpstr​(XmlString lpstr)
        Sets (as xml) the "lpstr" element