Identifies the distinct selection handles of an interactive object.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public enum AdjustmentHandles |
Member name | Description | |
---|---|---|
Move |
Indicates the move handle. |
|
None |
Indicates none of the selection handles. |
|
ResizeBottomCenter |
Indicates the bottom-center resize handle. |
|
ResizeBottomLeft |
Indicates the bottom-left resize handle. |
|
ResizeBottomRight |
Indicates the bottom-right resize handle. |
|
ResizeMiddleLeft |
Indicates the middle-left resize handle. |
|
ResizeMiddleRight |
Indicates the middle-right resize handle. |
|
ResizeTopCenter |
Indicates the top-center resize handle. |
|
ResizeTopLeft |
Indicates the top-left resize handle. |
|
ResizeTopRight |
Indicates the top-right resize handle. |
JSpreadsheet Programmer's Guide | © 2024 MindFusion |