Text position options.
| Name | Description | Value |
|---|---|---|
| NORMAL | Normal position | 1852797549 = ‘norm’ |
| SUPERSCRIPT | Superscripts the text. | 1936749411 = ‘spsc’ |
| SUBSCRIPT | Subscripts the text. | 1935831907 = ‘sbsc’ |
| OT_SUPERSCRIPT | For OpenType fonts, uses–if available–raised glyphs that are sized correctly relative to the surrounding characters. | 1884247155 = ‘pOTs’ |
| OT_SUBSCRIPT | For OpenType fonts, uses–if available–lowered glyphs that are sized correctly relative to the surrounding characters. | 1884247138 = ‘pOTb’ |
| OT_NUMERATOR | For OpenType fonts, shrinks the text but keeps the top of the characters aligned with the top of the main text. Note: Valid only for numeric characters. | 1884247150 = ‘pOTn’ |
| OT_DENOMINATOR | For OpenType fonts, shrinks the text but keeps text on the main text baseline. Note: Valid only for numeric characters. | 1884247140 = ‘pOTd’ |
Usage:
- As property:
- Character.position
- InsertionPoint.position
- Line.position
- Paragraph.position
- ParagraphStyle.position
- Story.position
- Text.position
- TextColumn.position
- TextDefault.position
- TextStyleRange.position
- Word.position
- XmlStory.position