DrawingGuidesCollection
DrawingGuidesCollection class
Represents a collection of the adjustable drawing guides.
add
| Name | Description |
|---|
| add (byte, float) | Adds the drawing guide at the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| orientation | byte | Orientation of the drawing guide. |
| position | float | Position of the the drawing guide in points. |
Returns:
DrawingGuide
clear
| Name | Description |
|---|
| clear () | Removes all elements from the collection. |
copyTo
| Name | Description |
|---|
| copyTo (com.aspose.slides.IDrawingGuide[], int) | Copies all elements from the collection to the specified array. |
Parameters:
| Name | Type | Description |
|---|
| array | com.aspose.slides.IDrawingGuide[] | Target array. |
| index | int | Starting index in the target array. |
getCount
| Name | Description |
|---|
| getCount () | Returns the number of elements in the collection. Read-only int. |
Returns:
int
get_Item
| Name | Description |
|---|
| get_Item (int) | Returns the drawing guide by index. Read-only IDrawingGuide. |
Returns:
DrawingGuide
iterator
| Name | Description |
|---|
| iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
| Name | Description |
|---|
| iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
removeAt
| Name | Description |
|---|
| removeAt (int) | Removes the drawing guide at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | Index of the drawing guide that should be deleted. |