com.itextpdf.xmp.properties
Interface XMPProperty

All Known Subinterfaces:
XMPPropertyInfo

public interface XMPProperty

This interface is used to return a text property together with its and options.

Since:
23.01.2006

Method Summary
 String getLanguage()
          Only set by XMPMeta.getLocalizedText(String, String, String, String).
 PropertyOptions getOptions()
           
 String getValue()
           
 

Method Detail

getValue

String getValue()
Returns:
Returns the value of the property.

getOptions

PropertyOptions getOptions()
Returns:
Returns the options of the property.

getLanguage

String getLanguage()
Only set by XMPMeta.getLocalizedText(String, String, String, String).

Returns:
Returns the language of the alt-text item.


Copyright © 2013. All Rights Reserved.