XMPPropertyInfo

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

Functions

Link copied to clipboard
abstract fun getLanguage(): String?

Only set by {@link XMPMeta.getLocalizedText}.

Link copied to clipboard
abstract fun getNamespace(): String
Link copied to clipboard
abstract override fun getOptions(): PropertyOptions
Link copied to clipboard
abstract fun getPath(): String
Link copied to clipboard
abstract override fun getValue(): String