Class DefaultMarshaller

    • Constructor Detail

      • DefaultMarshaller

        public DefaultMarshaller()
    • Method Detail

      • marshall

        public boolean marshall​(PackagePart part,
                                OutputStream out)
                         throws OpenXML4JException
        Save part in the output stream by using the save() method of the part.
        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 - If any error occur.