Search
AdjustmentHandles Enumeration
See Also
 






Identifies the distinct selection handles of an interactive object.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public enum AdjustmentHandles

 Members

  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.

 See Also