com.itextpdf.xmp.properties
Interface XMPAliasInfo


public interface XMPAliasInfo

This interface is used to return info about an alias.

Since:
27.01.2006

Method Summary
 AliasOptions getAliasForm()
           
 String getNamespace()
           
 String getPrefix()
           
 String getPropName()
           
 

Method Detail

getNamespace

String getNamespace()
Returns:
Returns Returns the namespace URI for the base property.

getPrefix

String getPrefix()
Returns:
Returns the default prefix for the given base property.

getPropName

String getPropName()
Returns:
Returns the path of the base property.

getAliasForm

AliasOptions getAliasForm()
Returns:
Returns the kind of the alias. This can be a direct alias (ARRAY), a simple property to an ordered array (ARRAY_ORDERED), to an alternate array (ARRAY_ALTERNATE) or to an alternate text array (ARRAY_ALT_TEXT).


Copyright © 2013. All Rights Reserved.