C# Класс iTextSharp.xmp.options.PropertyOptions

The property flags are used when properties are fetched from the XMPMeta-object and provide more detailed information about the property. @since 03.07.2006
Наследование: XmpOptions
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EqualArrayTypes ( PropertyOptions options ) : bool

Compares two options set for array compatibility.

MergeWith ( PropertyOptions options ) : void

Merges the set options of a another options object with this. If the other options set is null, this objects stays the same.

PropertyOptions ( ) : XmpException

Default constructor

PropertyOptions ( uint options ) : XmpException

Intialization constructor

Защищенные методы

Метод Описание
AssertConsistency ( uint options ) : void

Checks that a node not a struct and array at the same time; and URI cannot be a struct.

DefineOptionName ( uint option ) : string

Описание методов

AssertConsistency() защищенный Метод

Checks that a node not a struct and array at the same time; and URI cannot be a struct.
Thrown if the options are not consistent.
protected AssertConsistency ( uint options ) : void
options uint the bitmask to check.
Результат void

DefineOptionName() защищенный Метод

protected DefineOptionName ( uint option ) : string
option uint
Результат string

EqualArrayTypes() публичный Метод

Compares two options set for array compatibility.
public EqualArrayTypes ( PropertyOptions options ) : bool
options PropertyOptions other options
Результат bool

MergeWith() публичный Метод

Merges the set options of a another options object with this. If the other options set is null, this objects stays the same.
If illegal options are provided
public MergeWith ( PropertyOptions options ) : void
options PropertyOptions other options
Результат void

PropertyOptions() публичный Метод

Default constructor
public PropertyOptions ( ) : XmpException
Результат XmpException

PropertyOptions() публичный Метод

Intialization constructor
If the options are not valid
public PropertyOptions ( uint options ) : XmpException
options uint the initialization options
Результат XmpException