Interface PartMarshaller

    • Method Detail

      • marshall

        boolean marshall​(PackagePart part,
                         java.io.OutputStream out)
                  throws OpenXML4JException
        Save the content of the package in the stream
        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.