Modifier and Type | Method and Description |
---|---|
OutlineValue |
OutlineValueCollection.get(int index)
Returns the element at the specified position in this collection.
|
OutlineValue |
OutlineValueCollection.remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from the collection.
|
Modifier and Type | Method and Description |
---|---|
Iterator<OutlineValue> |
OutlineValueCollection.iterator()
Returns an iterator over elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OutlineValueCollection.add(OutlineValue item)
Adds the specified item to this collection.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(OutlineValue outlineValue)
Deprecated.
If you want to create an attribute with the specific value use ExtendedAttributeDefinition.createExtendedAttribute(Value) instead.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.