Class PackagePropertiesMarshaller

java.lang.Object
org.apache.poi.openxml4j.opc.internal.marshallers.PackagePropertiesMarshaller
All Implemented Interfaces:
PartMarshaller
Direct Known Subclasses:
ZipPackagePropertiesMarshaller

public class PackagePropertiesMarshaller extends Object implements PartMarshaller
Package properties marshaller.
  • Constructor Details

    • PackagePropertiesMarshaller

      public PackagePropertiesMarshaller()
  • Method Details

    • marshall

      public boolean marshall(PackagePart part, OutputStream out) throws OpenXML4JException
      Marshall package core properties to an XML document. Always return true.
      Specified by:
      marshall in interface PartMarshaller
      Parameters:
      part - Part to marshall.
      out - The output stream into which the part will be marshall.
      Returns:
      false if any marshall error occurs, else true
      Throws:
      OpenXML4JException - Throws only if any other exceptions are thrown by inner methods.