|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.xmp.options.Options
com.itextpdf.xmp.options.AliasOptions
public final class AliasOptions
Options for XMPSchemaRegistryImpl#registerAlias.
Field Summary | |
---|---|
static int |
PROP_ARRAY
The actual is an unordered array, the alias is to the first element of the array. |
static int |
PROP_ARRAY_ALT_TEXT
The actual is an alternate text array, the alias is to the 'x-default' element of the array. |
static int |
PROP_ARRAY_ALTERNATE
The actual is an alternate array, the alias is to the first element of the array. |
static int |
PROP_ARRAY_ORDERED
The actual is an ordered array, the alias is to the first element of the array. |
static int |
PROP_DIRECT
This is a direct mapping. |
Constructor Summary | |
---|---|
AliasOptions()
|
|
AliasOptions(int options)
|
Method Summary | |
---|---|
protected String |
defineOptionName(int option)
To be implemeted by inheritants. |
protected int |
getValidOptions()
To be implemeted by inheritants. |
boolean |
isArray()
|
boolean |
isArrayAlternate()
|
boolean |
isArrayAltText()
|
boolean |
isArrayOrdered()
|
boolean |
isSimple()
|
AliasOptions |
setArray(boolean value)
|
AliasOptions |
setArrayAlternate(boolean value)
|
AliasOptions |
setArrayAltText(boolean value)
|
AliasOptions |
setArrayOrdered(boolean value)
|
PropertyOptions |
toPropertyOptions()
|
Methods inherited from class com.itextpdf.xmp.options.Options |
---|
assertConsistency, clear, containsAllOptions, containsOneOf, equals, getOption, getOptions, getOptionsString, hashCode, isExactly, setOption, setOptions, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PROP_DIRECT
public static final int PROP_ARRAY
public static final int PROP_ARRAY_ORDERED
public static final int PROP_ARRAY_ALTERNATE
public static final int PROP_ARRAY_ALT_TEXT
Constructor Detail |
---|
public AliasOptions()
Options.Options()
public AliasOptions(int options) throws XMPException
options
- the options to init with
XMPException
- If options are not consistantMethod Detail |
---|
public boolean isSimple()
public boolean isArray()
public AliasOptions setArray(boolean value)
value
- the value to set
public boolean isArrayOrdered()
public AliasOptions setArrayOrdered(boolean value)
value
- the value to set
public boolean isArrayAlternate()
public AliasOptions setArrayAlternate(boolean value)
value
- the value to set
public boolean isArrayAltText()
public AliasOptions setArrayAltText(boolean value)
value
- the value to set
public PropertyOptions toPropertyOptions() throws XMPException
PropertyOptions
s object
XMPException
- If the options are not consistant.protected String defineOptionName(int option)
Options
defineOptionName
in class Options
option
- a single, valid option bit.
Options.defineOptionName(int)
protected int getValidOptions()
Options
getValidOptions
in class Options
Options.getValidOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |