alignment

Controls alignment options for in-line images.

Syntax
<alignment
    enabled="(true|false)"?
    default="(left|center|top|right)"?
  />
Attributes
enabled="(true|false)" (optional)

Enables/disables an alignment option for in-line images.

Allowed values are:

true

The inline image alignment option is enabled: an alignment option will be displayed in the in-line image Properties dialog in CUE. (Default)

false

The inline image alignment option is disabled: no alignment option will be displayed in the in-line image Properties dialog in CUE.

default="(left|center|top|right)" (optional)

Determines the default alignment used if no selection is made by the CUE user. If this attribute is not specified and the user makes no selection then no alignment is performed.

You can set this attribute even if enabled='false'. In this case whatever alignment you specify as the default is fixed and cannot be modified by the CUE user.

Allowed values are:

left
center
top
right