public interface PartMarshaller
Modifier and Type | Method and Description |
---|---|
boolean |
marshall(PackagePart part,
java.io.OutputStream out)
Save the content of the package in the stream
|
boolean marshall(PackagePart part, java.io.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 © 2005-2010 Potix Corporation. All Rights Reserved.