Uses of Interface
com.itextpdf.xmp.properties.XMPProperty
-
Packages that use XMPProperty 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. -
-
Uses of XMPProperty in com.itextpdf.xmp
Methods in com.itextpdf.xmp that return XMPProperty Modifier and Type Method Description XMPProperty
XMPMeta. getArrayItem(java.lang.String schemaNS, java.lang.String arrayName, int itemIndex)
Provides access to items within an array.XMPProperty
XMPMeta. getLocalizedText(java.lang.String schemaNS, java.lang.String altTextName, java.lang.String genericLang, java.lang.String specificLang)
These functions provide convenient support for localized text properties, including a number of special and obscure aspects.XMPProperty
XMPMeta. getProperty(java.lang.String schemaNS, java.lang.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(java.lang.String schemaNS, java.lang.String propName, java.lang.String qualNS, java.lang.String qualName)
Provides access to a qualifier attached to a property.XMPProperty
XMPMeta. getStructField(java.lang.String schemaNS, java.lang.String structName, java.lang.String fieldNS, java.lang.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 Modifier and Type Method Description XMPProperty
XMPMetaImpl. getArrayItem(java.lang.String schemaNS, java.lang.String arrayName, int itemIndex)
XMPProperty
XMPMetaImpl. getLocalizedText(java.lang.String schemaNS, java.lang.String altTextName, java.lang.String genericLang, java.lang.String specificLang)
XMPProperty
XMPMetaImpl. getProperty(java.lang.String schemaNS, java.lang.String propName)
protected XMPProperty
XMPMetaImpl. getProperty(java.lang.String schemaNS, java.lang.String propName, int valueType)
Returns a property, but the result value can be requested.XMPProperty
XMPMetaImpl. getQualifier(java.lang.String schemaNS, java.lang.String propName, java.lang.String qualNS, java.lang.String qualName)
XMPProperty
XMPMetaImpl. getStructField(java.lang.String schemaNS, java.lang.String structName, java.lang.String fieldNS, java.lang.String fieldName)
-
Uses of XMPProperty in com.itextpdf.xmp.properties
Subinterfaces of XMPProperty in com.itextpdf.xmp.properties Modifier and Type Interface Description interface
XMPPropertyInfo
This interface is used to return a property together with its path and namespace.
-