TextInheritanceLimit

TextInheritanceLimit enumeration

Controls the depth of the text properties inheritance.

public enum TextInheritanceLimit

Values

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

See Also