Interface LpwstrDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getLpwstr

        java.lang.String getLpwstr()
        Gets the "lpwstr" element
      • xgetLpwstr

        XmlString xgetLpwstr()
        Gets (as xml) the "lpwstr" element
      • setLpwstr

        void setLpwstr​(java.lang.String lpwstr)
        Sets the "lpwstr" element
      • xsetLpwstr

        void xsetLpwstr​(XmlString lpwstr)
        Sets (as xml) the "lpwstr" element