|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.openxml4j.opc.internal.marshallers.PackagePropertiesMarshaller
public class PackagePropertiesMarshaller
Package properties marshaller.
| Constructor Summary | |
|---|---|
PackagePropertiesMarshaller()
|
|
| Method Summary | |
|---|---|
boolean |
marshall(PackagePart part,
java.io.OutputStream out)
Marshall package core properties to an XML document. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackagePropertiesMarshaller()
| Method Detail |
|---|
public boolean marshall(PackagePart part,
java.io.OutputStream out)
throws OpenXML4JException
true.
marshall in interface PartMarshallerpart - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||