Class DocPropsExtendedPart


public class DocPropsExtendedPart extends JaxbXmlPart<Properties>
  • Constructor Details

  • Method Details

    • init

      public void init()
    • unmarshal

      public Properties unmarshal(InputStream is) throws jakarta.xml.bind.JAXBException
      Unmarshal XML data from the specified InputStream and return the resulting content tree. Validation event location information may be incomplete when using this form of the unmarshal API.

      Implements Unmarshal Global Root Element.

      Overrides:
      unmarshal in class JaxbXmlPart<Properties>
      Parameters:
      is - the InputStream to unmarshal XML data from
      Returns:
      the newly created root object of the java content tree
      Throws:
      jakarta.xml.bind.JAXBException - If any unexpected errors occur while unmarshalling
    • xpathGetString

      public String xpathGetString(String xpathString, String prefixMappings) throws Docx4JException
      Throws:
      Docx4JException
    • setDocSecurity

      public void setDocSecurity(int val)
      Parameters:
      val -
      Since:
      3.3.0