Interface XMPPropertyInfo
- All Superinterfaces:
-
XMPProperty
This interface is used to return a property together with its path and namespace. It is returned when properties are iterated with the
XMPIterator
.
- Since:
- 06.07.2006
-
Method Summary
Methods inherited from interface com.itextpdf.kernel.xmp.properties.XMPProperty
getLanguage
-
Method Details
-
getNamespace
String getNamespace()- Returns:
- Returns the namespace of the property
-
getPath
String getPath()- Returns:
- Returns the path of the property, but only if returned by the iterator.
-
getValue
String getValue()- Specified by:
-
getValue
in interfaceXMPProperty
- Returns:
- Returns the value of the property.
-
getOptions
PropertyOptions getOptions()- Specified by:
-
getOptions
in interfaceXMPProperty
- Returns:
- Returns the options of the property.
-