DrawingGuidesCollection

DrawingGuidesCollection class

Represents a collection of the adjustable drawing guides.

add

NameDescription
add (byte, float)Adds the drawing guide at the end of the collection.

Parameters:

NameTypeDescription
orientationbyteOrientation of the drawing guide.
positionfloatPosition of the the drawing guide in points.

Returns: DrawingGuide


clear

NameDescription
clear ()Removes all elements from the collection.

copyTo

NameDescription
copyTo (com.aspose.slides.IDrawingGuide[], int)Copies all elements from the collection to the specified array.

Parameters:

NameTypeDescription
arraycom.aspose.slides.IDrawingGuide[]Target array.
indexintStarting index in the target array.

getCount

NameDescription
getCount ()Returns the number of elements in the collection. Read-only int.

Returns: int


get_Item

NameDescription
get_Item (int)Returns the drawing guide by index. Read-only IDrawingGuide.

Returns: DrawingGuide


iterator

NameDescription
iterator ()Returns an enumerator that iterates through the collection.

Returns:


iteratorJava

NameDescription
iteratorJava ()Returns a java iterator for the entire collection.

Returns:


removeAt

NameDescription
removeAt (int)Removes the drawing guide at the specified index.

Parameters:

NameTypeDescription
indexintIndex of the drawing guide that should be deleted.