iText 7 7.1.8 API
iText.Kernel.XMP.Properties.XMPPropertyInfo Interface Reference

This interface is used to return a property together with its path and namespace. More...

Inheritance diagram for iText.Kernel.XMP.Properties.XMPPropertyInfo:
iText.Kernel.XMP.Properties.XMPProperty

Public Member Functions

String  GetNamespace ()
 
Returns
Returns the namespace of the property

 
String  GetPath ()
 
Returns
Returns the path of the property, but only if returned by the iterator.

 
- Public Member Functions inherited from iText.Kernel.XMP.Properties.XMPProperty
String  GetValue ()
 
Returns
Returns the value of the property.

 
PropertyOptions  GetOptions ()
 
Returns
Returns the options of the property.

 
String  GetLanguage ()
  Only set by iText.Kernel.XMP.XMPMeta.GetLocalizedText(System.String, System.String, System.String, System.String) More...
 

Detailed Description

This interface is used to return a property together with its path and namespace.

This interface is used to return a property together with its path and namespace. It is returned when properties are iterated with the

XMPIterator

.

06.07.2006