class
ShapeGuideCollection
Source: aspose.
Encapsulates a collection of shape guide
new ShapeGuideCollection()
Methods
add(name, val)
Adds a shape guide.(Important: This feature is currently only available for Excel07 and above)
Parameters
Name | Type | Optional | Description |
---|---|---|---|
name |
String |
|
the name of adjust. It's as "adj(Used when there is only one adjustment value)", "adj1", "adj2", "adj3" and so on. |
val |
Number |
|
the value of adjust |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → ShapeGuide
Gets a shape guide by index
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
- Returns
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.