Package | Description |
---|---|
com.itextpdf.xmp |
Package containing the xmpcore interface.
|
com.itextpdf.xmp.impl |
Package containing the xmpcore implementation.
|
com.itextpdf.xmp.properties |
Package containing the property information classes.
|
Modifier and Type | Method | Description |
---|---|---|
XMPProperty |
XMPMeta.getArrayItem(String schemaNS,
String arrayName,
int itemIndex) |
Provides access to items within an array.
|
XMPProperty |
XMPMeta.getLocalizedText(String schemaNS,
String altTextName,
String genericLang,
String specificLang) |
These functions provide convenient support for localized text properties, including a number
of special and obscure aspects.
|
XMPProperty |
XMPMeta.getProperty(String schemaNS,
String propName) |
The property value getter-methods all take a property specification: the first two parameters
are always the top level namespace URI (the "schema" namespace) and the basic name
of the property being referenced.
|
XMPProperty |
XMPMeta.getQualifier(String schemaNS,
String propName,
String qualNS,
String qualName) |
Provides access to a qualifier attached to a property.
|
XMPProperty |
XMPMeta.getStructField(String schemaNS,
String structName,
String fieldNS,
String fieldName) |
Provides access to fields within a nested structure.
|
Modifier and Type | Method | Description |
---|---|---|
XMPProperty |
XMPMetaImpl.getArrayItem(String schemaNS,
String arrayName,
int itemIndex) |
|
XMPProperty |
XMPMetaImpl.getLocalizedText(String schemaNS,
String altTextName,
String genericLang,
String specificLang) |
|
XMPProperty |
XMPMetaImpl.getProperty(String schemaNS,
String propName) |
|
protected XMPProperty |
XMPMetaImpl.getProperty(String schemaNS,
String propName,
int valueType) |
Returns a property, but the result value can be requested.
|
XMPProperty |
XMPMetaImpl.getQualifier(String schemaNS,
String propName,
String qualNS,
String qualName) |
|
XMPProperty |
XMPMetaImpl.getStructField(String schemaNS,
String structName,
String fieldNS,
String fieldName) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
XMPPropertyInfo |
This interface is used to return a property together with its path and namespace.
|
Copyright © 2018. All rights reserved.