Table of Contents

Interface XMPAliasInfo

Namespace
iText.Kernel.XMP.Properties
Assembly
itext.kernel.dll

This interface is used to return info about an alias.

public interface XMPAliasInfo

Methods

GetAliasForm()

AliasOptions GetAliasForm()

Returns

AliasOptions

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).

GetNamespace()

string GetNamespace()

Returns

string

Returns Returns the namespace URI for the base property.

GetPrefix()

string GetPrefix()

Returns

string

Returns the default prefix for the given base property.

GetPropName()

string GetPropName()

Returns

string

Returns the path of the base property.