IXmpAliasInfo Public interface
Description
This interface is used to return info about an alias.
@since 27.01.2006
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.properties iTextSharp.xmp.properties.IXmpAliasInfo[[IXmpAliasInfo]] class iTextSharp.xmp.properties.IXmpAliasInfo interfaceStyle; end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details
Summary
This interface is used to return info about an alias.
@since 27.01.2006
Properties
Namespace
public string Namespace { get; }
Prefix
public string Prefix { get; }
PropName
public string PropName { get; }
AliasForm
public AliasOptions AliasForm { get; }
Generated with ModularDoc