Class ZipPackagePropertiesMarshaller
java.lang.Object
org.apache.poi.openxml4j.opc.internal.marshallers.PackagePropertiesMarshaller
org.apache.poi.openxml4j.opc.internal.marshallers.ZipPackagePropertiesMarshaller
- All Implemented Interfaces:
PartMarshaller
Package core properties marshaller specialized for zipped package.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmarshall(PackagePart part, OutputStream out) Marshall package core properties to an XML document.
-
Constructor Details
-
ZipPackagePropertiesMarshaller
public ZipPackagePropertiesMarshaller()
-
-
Method Details
-
marshall
Description copied from class:PackagePropertiesMarshallerMarshall package core properties to an XML document. Always returntrue.- Specified by:
marshallin interfacePartMarshaller- Overrides:
marshallin classPackagePropertiesMarshaller- 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.
-