|
|
PropertyOptions () |
|
Default constructor More...
|
|
|
PropertyOptions (int options) |
|
Intialization constructor More...
|
|
bool |
IsURI () |
|
iText.Kernel.XMP.Options.PropertyOptions |
SetURI (bool value) |
|
bool |
GetHasQualifiers () |
|
iText.Kernel.XMP.Options.PropertyOptions |
SetHasQualifiers (bool value) |
|
bool |
IsQualifier () |
|
iText.Kernel.XMP.Options.PropertyOptions |
SetQualifier (bool value) |
|
bool |
GetHasLanguage () |
|
-
Returns
-
Return whether this property has an
xml:lang qualifier.
|
|
iText.Kernel.XMP.Options.PropertyOptions |
SetHasLanguage (bool value) |
|
bool |
GetHasType () |
|
-
Returns
-
Return whether this property has an
rdf:type qualifier.
|
|
iText.Kernel.XMP.Options.PropertyOptions |
SetHasType (bool value) |
|
bool |
IsStruct () |
|
-
Returns
-
Return whether this property contains nested fields.
|
|
iText.Kernel.XMP.Options.PropertyOptions |
SetStruct (bool value) |
|
bool |
IsArray () |
|
iText.Kernel.XMP.Options.PropertyOptions |
SetArray (bool value) |
|
bool |
IsArrayOrdered () |
|
iText.Kernel.XMP.Options.PropertyOptions |
SetArrayOrdered (bool value) |
|
bool |
IsArrayAlternate () |
|
iText.Kernel.XMP.Options.PropertyOptions |
SetArrayAlternate (bool value) |
|
bool |
IsArrayAltText () |
|
iText.Kernel.XMP.Options.PropertyOptions |
SetArrayAltText (bool value) |
|
bool |
IsSchemaNode () |
|
-
Returns
-
Returns whether the SCHEMA_NODE option is set.
|
|
iText.Kernel.XMP.Options.PropertyOptions |
SetSchemaNode (bool value) |
|
bool |
IsCompositeProperty () |
|
-
Returns
-
Returns whether the property is of composite type - an array or a struct.
|
|
bool |
IsSimple () |
|
-
Returns
-
Returns whether the property is of composite type - an array or a struct.
|
|
bool |
EqualArrayTypes (iText.Kernel.XMP.Options.PropertyOptions options) |
|
Compares two options set for array compatibility. More...
|
|
void |
MergeWith (iText.Kernel.XMP.Options.PropertyOptions options) |
|
Merges the set options of a another options object with this. More...
|
|
bool |
IsOnlyArrayOptions () |
|
-
Returns
-
Returns true if only array options are set.
|
|
|
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) |
|
-
Parameters
-
options |
The options to set. |
|
|
override bool |
Equals (Object obj) |
|
-
See also
-
System.Object.Equals(System.Object)
|
|
override int |
GetHashCode () |
|
-
See also
-
System.Object.GetHashCode()
|
|
virtual String |
GetOptionsString () |
|
Creates a human readable string from the set options. More...
|
|
override String |
ToString () |
|
-
Returns
-
Returns the options as hex bitmask.
|
|