AliasOptions Public class
Description
Options for XMPSchemaRegistryImpl#registerAlias.
@since 20.02.2006
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.options iTextSharp.xmp.options.AliasOptions[[AliasOptions]] iTextSharp.xmp.options.XmpOptions[[XmpOptions]] class iTextSharp.xmp.options.XmpOptions abstractStyle; end iTextSharp.xmp.options.XmpOptions --> iTextSharp.xmp.options.AliasOptions
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Protected internal properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Summary
Options for XMPSchemaRegistryImpl#registerAlias.
@since 20.02.2006
Inheritance
Constructors
AliasOptions [1/2]
Source code
public AliasOptions()
AliasOptions [2/2]
Source code
public AliasOptions(uint options)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
options |
the options to init with |
Exceptions
|
Name |
Description |
|---|---|
|
XmpException |
If options are not consistant |
Methods
ToPropertyOptions
Source code
public PropertyOptions ToPropertyOptions()
Returns
returns a s object
Exceptions
|
Name |
Description |
|---|---|
|
XmpException |
If the options are not consistant. |
DefineOptionName
Source code
protected internal override string DefineOptionName(uint option)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
option |
Properties
Simple
public bool Simple { get; }
Array
public bool Array { get; set; }
ArrayOrdered
public bool ArrayOrdered { get; set; }
ArrayAlternate
public bool ArrayAlternate { get; set; }
ArrayAltText
public bool ArrayAltText { get; set; }
ValidOptions
protected internal override uint ValidOptions { get; }
Generated with ModularDoc