public interface IDrawingGuidesCollection extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IDrawingGuide>
Represents a collection of the adjustable drawing guides.
| Modifier and Type | Method and Description |
|---|---|
IDrawingGuide |
add(byte orientation,
float position)
Adds the drawing guide at the end of the collection.
|
void |
clear()
Removes all elements from the collection.
|
IDrawingGuide |
get_Item(int index)
Returns the drawing guide by index.
|
int |
getCount()
Gets the number of all elements in the collection.
|
void |
removeAt(int index)
Removes the drawing guide at the specified index.
|
IDrawingGuide get_Item(int index)
Returns the drawing guide by index.
Read-only IDrawingGuide.
IDrawingGuide add(byte orientation, float position)
Adds the drawing guide at the end of the collection.
orientation - Orientation of the drawing guide.position - Position of the the drawing guide in points.void removeAt(int index)
Removes the drawing guide at the specified index.
index - Index of the drawing guide that should be deleted.void clear()
Removes all elements from the collection.
int getCount()
Gets the number of all elements in the collection. Read-only int.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.