|
iText 8.0.2 API
|
Options for XMPSchemaRegistryImpl::registerAlias. More...
Public Member Functions |
|||
| AliasOptions () | |||
|
|||
| AliasOptions (int options) | |||
|
|||
| bool | IsSimple () | ||
|
|||
| bool | IsArray () | ||
|
|||
| iText.Kernel.XMP.Options.AliasOptions | SetArray (bool value) | ||
| bool | IsArrayOrdered () | ||
|
|||
| iText.Kernel.XMP.Options.AliasOptions | SetArrayOrdered (bool value) | ||
| bool | IsArrayAlternate () | ||
|
|||
| iText.Kernel.XMP.Options.AliasOptions | SetArrayAlternate (bool value) | ||
| bool | IsArrayAltText () | ||
|
|||
| iText.Kernel.XMP.Options.AliasOptions | SetArrayAltText (bool value) | ||
| PropertyOptions | ToPropertyOptions () | ||
Public Member Functions inherited from iText.Kernel.XMP.Options.Options |
|||
| Options () | |||
| The default constructor. More... |
|||
| Options (int options) | |||
| Constructor with the options bit mask. More... |
|||
| virtual void | Clear () | ||
| Resets the options. More... |
|||
| virtual bool | IsExactly (int optionBits) | ||
| virtual bool | ContainsAllOptions (int optionBits) | ||
| virtual bool | ContainsOneOf (int optionBits) | ||
| virtual void | SetOption (int optionBits, bool value) | ||
| virtual int | GetOptions () | ||
| Is friendly to access it during the tests. More... |
|||
| virtual void | SetOptions (int options) | ||
|
|||
| override bool | Equals (Object obj) | ||
|
|||
| override int | GetHashCode () | ||
|
|||
| virtual String | GetOptionsString () | ||
| Creates a human readable string from the set options. More... |
|||
| override String | ToString () | ||
|
|||
Static Public Attributes |
|
| const int | PROP_DIRECT = 0 |
| This is a direct mapping. More... |
|
| const int | PROP_ARRAY = PropertyOptions.ARRAY |
| The actual is an unordered array, the alias is to the first element of the array. More... |
|
| const int | PROP_ARRAY_ORDERED = PropertyOptions.ARRAY_ORDERED |
| The actual is an ordered array, the alias is to the first element of the array. More... |
|
| const int | PROP_ARRAY_ALTERNATE = PropertyOptions.ARRAY_ALTERNATE |
| The actual is an alternate array, the alias is to the first element of the array. More... |
|
| const int | PROP_ARRAY_ALT_TEXT = PropertyOptions.ARRAY_ALT_TEXT |
| The actual is an alternate text array, the alias is to the 'x-default' element of the array. More... |
|
Options for XMPSchemaRegistryImpl::registerAlias.
|
inline |
| value | the value to set |
|
inline |
| value | the value to set |
|
inline |
| value | the value to set |
|
inline |
| value | the value to set |
|
inline |
|
static |
The actual is an unordered array, the alias is to the first element of the array.
|
static |
The actual is an alternate text array, the alias is to the 'x-default' element of the array.
|
static |
The actual is an alternate array, the alias is to the first element of the array.
|
static |
The actual is an ordered array, the alias is to the first element of the array.
|
static |
This is a direct mapping.
This is a direct mapping. The actual data type does not matter.