Adobe InDesign CS3 (5.0) Object Model JS: FootnoteFirstBaseline
From InDesign CS3
Options for specifying the amount of vertical space between the top of the footnote container and the first line of footnote text.
Value
| Name | Description | Value |
|---|---|---|
| FootnoteFirstBaseline.ASCENT_OFFSET | The tallest character in the font falls below the top of the footnote container. | 1296135023 = 'MAso' |
| FootnoteFirstBaseline.CAP_HEIGHT | The tops of upper case letters touch the top of the footnote container. | 1296255087 = 'MCHo' |
| FootnoteFirstBaseline.EMBOX_HEIGHT | The em box height of the text defines the distance between the baseline of the text and the top of the footnote container. | 1296386159 = 'MEHo' |
| FootnoteFirstBaseline.FIXED_HEIGHT | The footnote minimum first baseline offset value defines the distance between the baseline of the text and the top of the footnote container. | 1313228911 = 'NFHo' |
| FootnoteFirstBaseline.LEADING_OFFSET | The leading value of the text defines the distance between the baseline of the text and the top of the footnote container. | 1296852079 = 'MLdo' |
| FootnoteFirstBaseline.X_HEIGHT | The tops of lower case letters without ascents, such as x, touch the top of the footnote container. | 1299728495 = 'MxHo' |
Usage
As property
FootnoteOption.footnoteFirstBaselineOffset
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |