Package | Description |
---|---|
com.itextpdf.xmp.impl |
Package containing the xmpcore implementation.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
XMPSerializerHelper.serialize(XMPMetaImpl xmp,
java.io.OutputStream out,
SerializeOptions options) |
Static method to serialize the metadata object.
|
static byte[] |
XMPSerializerHelper.serializeToBuffer(XMPMetaImpl xmp,
SerializeOptions options) |
Serializes an
XMPMeta -object as RDF into a byte buffer. |
static java.lang.String |
XMPSerializerHelper.serializeToString(XMPMetaImpl xmp,
SerializeOptions options) |
Serializes an
XMPMeta -object as RDF into a string. |
Constructor | Description |
---|---|
XMPIteratorImpl(XMPMetaImpl xmp,
java.lang.String schemaNS,
java.lang.String propPath,
IteratorOptions options) |
Constructor with optionsl initial values.
|
Copyright © 1998–2018. All rights reserved.