imageText

Node type: Block element (can contain only other elements)

Whitespace: Not protected

Definition

Contains paragraphs of text that are used to construct an image, such as a map or diagram.

Child Nodes or Content

One or more:

Icon identifying optional elements = Optional element or attribute

Code Sample

<figure figType="map">

<image altText="diagram" mediaID="112233.jpg"/>

<imageText>

<para paraID="11">Thoughts</para>

<para paraID="12">Words</para>

<para paraID="13">Deeds</para>

</imageText>

</figure>

See Also

Marking in Microsoft Word

Enter code directly using the xmlPara paragraph style. If character styles such as emphasis are needed, use beginning and ending <imageText> tags in xmlPara, style the text itself with the para paragraph style, and apply the appropriate character styles.