TextInheritanceLimit

TextInheritanceLimit enum

Controls the depth of the text properties inheritance.

enum class TextInheritanceLimit

Values

NameValueDescription
All0Inherit all text properties.
TextBox1Inherit only from TextFrame’s style.
ParagraphOnly2Use only properties defined for paragraph.

See Also