20.1.10.60 ST_TextAnchoringType

This simple type specifies a list of available anchoring types

for text.

This simple type’s contents are a restriction of the W3C XML Schema token datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Anchor the text at the bottom of the bounding rectangle.

Anchor the text at the middle of the bounding rectangle.

Anchor the text so that it is distributed vertically. When text is horizontal, this spaces out the actual lines of text and is almost always identical in behavior to anchorJustified (special case: if only 1 line, then anchored in middle). When text is vertical, then it distributes the letters vertically. This is different than anchorJustified, because it always forces distribution of the words, even if there are only one or two words in a line.

Anchor the text so that it is justified vertically. When text is horizontal, this spaces out the actual lines of text and is almost always identical in behavior to ‘distrib’ (special case: if only 1 line, then anchored at top). When text is vertical, then it justifies the letters vertically. This is different than anchorDistributed, because in some cases such as very little text in a line, it does not justify.

Anchor the text at the top of the bounding rectangle.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_TextAnchoringType) is located in A.4.1. end note]

Last updated on