|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMPProperty | |
---|---|
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. |
Uses of XMPProperty in com.itextpdf.xmp |
---|
Methods in com.itextpdf.xmp that return XMPProperty | |
---|---|
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. |
Uses of XMPProperty in com.itextpdf.xmp.impl |
---|
Methods in com.itextpdf.xmp.impl that return XMPProperty | |
---|---|
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)
|
Uses of XMPProperty in com.itextpdf.xmp.properties |
---|
Subinterfaces of XMPProperty in com.itextpdf.xmp.properties | |
---|---|
interface |
XMPPropertyInfo
This interface is used to return a property together with its path and namespace. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |