public interface PartMarshaller
| Modifier and Type | Method and Description |
|---|---|
boolean |
marshall(PackagePart part,
OutputStream out)
Save the content of the package in the stream
|
boolean marshall(PackagePart part, OutputStream out) throws OpenXML4JException
part - Part to marshall.out - The output stream into which the part will be marshall.OpenXML4JException - Throws only if any other exceptions are thrown by inner
methods.Copyright © 2020. All rights reserved.