PlacementType
PlacementType enumeration
Utility class containing constants. Represents the way the drawing object is attached to the cells below it.
Values
| Name | Description |
|---|---|
| FREE_FLOATING | Don’t move or size with cells. |
| MOVE | Move but don’t size with cells. |
| MOVE_AND_SIZE | Move and size with cells. |