Class PackagePropertiesMarshaller

    • Constructor Detail

      • PackagePropertiesMarshaller

        public PackagePropertiesMarshaller()
    • Method Detail

      • 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.