Package | Description |
---|---|
com.aspose.pdf.vector |
The Aspose.Pdf.Vector is a root namespace for graphics operations.
|
Modifier and Type | Class and Description |
---|---|
class |
SubPath
Represents vector graphics object on the page.
|
class |
XFormPlacement
Represents XForm placement.
|
Modifier and Type | Method and Description |
---|---|
GraphicElement |
GraphicElementCollection.get_Item(int index)
Gets the
GraphicElement element at the specified index. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<GraphicElement> |
GraphicElementCollection.iterator()
Returns an enumerator for the entire collection.
|
com.aspose.ms.System.Collections.Generic.List<GraphicElement> |
GraphicElementCollection.toList()
Returns the inner collection for unrestricted enumeration.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicElementCollection.add(GraphicElement item)
Adds a new
GraphicElement to the collection. |
static void |
InternalHelper.clear(GraphicElement el) |
boolean |
GraphicElementCollection.contains(GraphicElement item)
Determines whether an element is in the collection.
|
void |
GraphicElementCollection.copyTo(GraphicElement[] array,
int arrayIndex)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
|
static com.aspose.ms.System.Collections.Generic.List<Operator> |
InternalHelper.getOperatorsInternal(GraphicElement el) |
boolean |
GraphicElementCollection.remove(GraphicElement item)
Deletes the
GraphicElement element. |
Copyright © 2023 Aspose. All Rights Reserved.