The image alignment mode defines how the image is aligned within the field. This is used for automatic image placement only.

Enumeration Members

Bottom: "cb"

Align the image bottom centered.

BottomLeft: "lb"

Align the image bottom left.

BottomRight: "rb"

Align the image bottom right.

Center: "cc"

Align the image to the center.

Left: "lc"

Align the image to the left.

Right: "rc"

Align the image to the right.

Top: "ct"

Align the image top centered.

TopLeft: "lt"

Align the image top left.

TopRight: "rt"

Align the image top right.

Generated using TypeDoc