Modifier and Type | Method and Description |
---|---|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute()
Creates new extended attribute with specified fieldID
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(OutlineValue outlineValue)
Deprecated.
If you want to create an attribute with the specific value use ExtendedAttributeDefinition.createExtendedAttribute(Value) instead.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(Value lookupValue)
Creates new extended attribute linked with specified
Value item. |
ExtendedAttribute |
ExtendedAttributeCollection.get(int index) |
ExtendedAttribute |
ExtendedAttributeCollection.remove(int index) |
ExtendedAttribute |
ExtendedAttributeCollection.set(int index,
ExtendedAttribute item) |
Modifier and Type | Method and Description |
---|---|
Iterator<ExtendedAttribute> |
ExtendedAttributeCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
ExtendedAttributeCollection.add(ExtendedAttribute item) |
boolean |
ExtendedAttributeCollection.contains(ExtendedAttribute item)
Returns true if the specified item is found in this collection; otherwise, false.
|
void |
ExtendedAttributeCollection.copyTo(ExtendedAttribute[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|
void |
ExtendedAttributeCollection.insert(int index,
ExtendedAttribute item)
Inserts the specified item at the specified index.
|
ExtendedAttribute |
ExtendedAttributeCollection.set(int index,
ExtendedAttribute item) |
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.