Package | Description |
---|---|
com.itextpdf.xmp |
Package containing the xmpcore interface.
|
com.itextpdf.xmp.impl |
Package containing the xmpcore implementation.
|
Modifier and Type | Method | Description |
---|---|---|
XMPIterator |
XMPMeta.iterator() |
Constructs an iterator for the properties within this XMP object.
|
XMPIterator |
XMPMeta.iterator(IteratorOptions options) |
Constructs an iterator for the properties within this XMP object using some options.
|
XMPIterator |
XMPMeta.iterator(java.lang.String schemaNS,
java.lang.String propName,
IteratorOptions options) |
Construct an iterator for the properties within an XMP object.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XMPIteratorImpl |
The
XMPIterator implementation. |
Modifier and Type | Method | Description |
---|---|---|
XMPIterator |
XMPMetaImpl.iterator() |
|
XMPIterator |
XMPMetaImpl.iterator(IteratorOptions options) |
|
XMPIterator |
XMPMetaImpl.iterator(java.lang.String schemaNS,
java.lang.String propName,
IteratorOptions options) |
Copyright © 1998–2018. All rights reserved.