iText 8.0.2 API
iText.Kernel.XMP.Properties.XMPAliasInfo Interface Reference

This interface is used to return info about an alias. More...

Public Member Functions

String  GetNamespace ()
 
Returns
Returns Returns the namespace URI for the base property.

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

 
String  GetPropName ()
 
Returns
Returns the path of the base property.

 
AliasOptions  GetAliasForm ()
 

Detailed Description

This interface is used to return info about an alias.

27.01.2006

Member Function Documentation

◆ GetAliasForm()

AliasOptions iText.Kernel.XMP.Properties.XMPAliasInfo.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).