When adjusting the size or location of items on a page, these are the specific operations that are available.
Enumeration Members
CUSTOM
CUSTOM: 7;
E
E: 9;
Resize from the east (right) side of the selection, stretching horizontally.
MOVE
MOVE: 4;
Move the selection without resizing.
N
N: 8;
Resize from the north (upper) side of the selection, stretching vertically.
NE
NE: 1;
Resize from the northeast (upper-right) corner of the selection, anchoring the lower-left corner in place.
NW
NW: 0;
Resize from the northwest (upper-left) corner of the selection, anchoring the lower-right corner in place.
ROTATE
ROTATE: 5;
S
S: 10;
Resize from the south (lower) side of the selection, stretching vertically.
SCALE
SCALE: 6;
SE
SE: 2;
Resize from the southeast (lower-right) corner of the selection, anchoring the upper-left corner in place.
SW
SW: 3;
Resize from the southwest (lower-left) corner of the selection, anchoring the upper-right corner in place.
W
W: 11;
Resize from the west (left) side of the selection, stretching horizontally.