'Declaration
Public Enum ShapeActionsCommand.Actions Inherits System.Enum
'Usage
Dim instance As ShapeActionsCommand.Actions
public enum ShapeActionsCommand.Actions : System.Enum
'Declaration
Public Enum ShapeActionsCommand.Actions Inherits System.Enum
'Usage
Dim instance As ShapeActionsCommand.Actions
public enum ShapeActionsCommand.Actions : System.Enum
Member | Description |
---|---|
Add | Creates a new shape. |
AddNode | Add a node to the editing shape. |
AddPicture | Creates a new picture. |
AdjustEditingNode | Adjust the node of the editing shape. |
AdjustHandles | Adjust handles object. |
Align | Changing the shapes' alignment. |
Connector | Connect or disconnect shape. |
Delete | Deletes the drawing object. |
DeleteEditingNode | Delete the node of the editing shape. |
EditFormula | Modify the formula of shape. |
EditName | Modify the name of shape. |
EditText | Modify the text of shape. |
Group | Group the selected drawing object. |
HorizontalFlip | Flip the drawing object by horizontal. |
InflateHorizontal | Inflates the drawing object in horizontal by 8 pixels. |
InflateHorizontalPrecise | Inflates the drawing object in horizontal by 1 pixels. |
InflateVertical | Inflates the drawing object in vertical by 8 pixels. |
InflateVerticalPrecise | Inflates the drawing object in vertical by 1 pixels. |
Move | Move the drawing object. |
MoveCopy | Copy the drawing object and move new duplicated drawing object. |
MoveDown | Moves the drawing object downward by 1 pixels. |
MoveLeft | Moves the drawing object to the left by 1 pixels. |
MoveRight | Moves the drawing object to the right by 1 pixels. |
MoveUp | Moves the drawing object upward by 1 pixels. |
ReGroup | Re-group the drawing objects. |
Resize | Resize the drawing object. |
Rotate | Rotate the drawing object. |
RotateClockwise | Rotates the drawing object clockwise by 15 degrees. |
RotateClockwise90Degrees | Rotates the drawing object clockwise by 90 degrees. |
RotateClockwisePrecise | Rotates the drawing object clockwise by 1 degrees. |
RotateCounterclockwise | Rotates the drawing object counterclockwise by 15 degrees. |
RotateCounterclockwise90Degrees | Rotates the drawing object counterclockwise by 90 degrees. |
RotateCounterclockwisePrecise | Rotates the drawing object counterclockwise by 1 degrees. |
SetAsDefaultShape | Makes the formatting of the specified shape the default formatting for the shape. |
SetSize | Set all of shape has same size. |
ShrinkHorizontal | Shrinks the drawing object in horizontal by 8 pixels. |
ShrinkHorizontalPrecise | Shrinks the drawing object in horizontal by 1 pixels. |
ShrinkVertical | Shrinks the drawing object in vertical by 8 pixels. |
ShrinkVerticalPrecise | Shrinks the drawing object in vertical by 1 pixels. |
Ungroup | Un-group the selected drawing object. |
VerticalFlip | Flip the drawing object by vertical. |
ZOrder | Changing the shape's position in the z-order. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Commands.ShapeActionsCommand.Actions