TextInheritanceLimit
TextInheritanceLimit class
Controls the depth of the text properties inheritance.
Constants
| Name | Value | Description |
|---|---|---|
| All | 0 | Inherit all text properties. |
| TextBox | 1 | Inherit only from TextFrame’s style. |
| ParagraphOnly | 2 | Use only properties defined for paragraph. |
All
Inherit all text properties.
TextBox
Inherit only from TextFrame’s style.
ParagraphOnly
Use only properties defined for paragraph.