Image style attributes

Image style presentation attributes apply to an image element.

Table 1. Image style attributes
Attribute Description GDC CLIENT HTML5 CLIENT
alignment

Defines the image alignment when the container is bigger than the image itself.

Possible values are a pair of horizontal ("left", "horizontalCenter", "right") and vertical alignments ("top", "verticalCenter", "bottom"). It can also be the single "center", which is equivalent to "horizontalCenter, verticalCenter".

The default value is "top left".

Yes Yes
imageContainerType

When set to "browser", defines an image container as a browser. To use the image field as a browser, set a URL instead of an image name.

Note: This feature uses the WebKit Open Source project as provided with Qt, and has limitations such as no Java™ or ActiveX support. It will display HTML / rich text, but may encounter difficulties with more complex Web pages.
Yes Yes