Uses of Interface
com.itextpdf.kernel.xmp.properties.XMPProperty
Package
Description
-
Uses of XMPProperty in com.itextpdf.kernel.xmp
Modifier and TypeMethodDescriptionXMPMeta.getArrayItem
(String schemaNS, String arrayName, int itemIndex) Provides access to items within an array.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.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.XMPMeta.getQualifier
(String schemaNS, String propName, String qualNS, String qualName) Provides access to a qualifier attached to a property.XMPMeta.getStructField
(String schemaNS, String structName, String fieldNS, String fieldName) Provides access to fields within a nested structure. -
Uses of XMPProperty in com.itextpdf.kernel.xmp.impl
Modifier and TypeMethodDescriptionXMPMetaImpl.getArrayItem
(String schemaNS, String arrayName, int itemIndex) XMPMetaImpl.getLocalizedText
(String schemaNS, String altTextName, String genericLang, String specificLang) 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.XMPMetaImpl.getQualifier
(String schemaNS, String propName, String qualNS, String qualName) XMPMetaImpl.getStructField
(String schemaNS, String structName, String fieldNS, String fieldName) -
Uses of XMPProperty in com.itextpdf.kernel.xmp.properties
Modifier and TypeInterfaceDescriptioninterface
This interface is used to return a property together with its path and namespace.