Package | Description |
---|---|
aspose.pdf |
Modifier and Type | Method and Description |
---|---|
GraphNote |
GraphNotes.get_Item(int index)
Gets or sets a
GraphNote object from the collection according to GraphNote index. |
Modifier and Type | Method and Description |
---|---|
void |
GraphNotes.add(GraphNote graphNote)
Adds a new
GraphNote object into the collection. |
void |
GraphNotes.copyTo(GraphNote[] graphNoteArray,
int index)
Copies the elements to a
GraphNote object array, starting at a specified array index. |
void |
GraphNotes.insert(GraphNote noteToInsertAfter,
GraphNote newNote)
Inserts a new
GraphNote object into the collection after specified GraphNote object. |
void |
GraphNotes.insert(int index,
GraphNote graphNote)
Inserts a new
GraphNote object into the collection at specified position. |
void |
GraphNotes.remove(GraphNote noteToRemove)
Removes a
GraphNote object from the collection. |
void |
GraphNotes.set_Item(int index,
GraphNote value) |
Constructor and Description |
---|
ClippingPath(GraphNote clippingText) |
Copyright © 2016 Aspose. All Rights Reserved.