TextInheritanceLimit

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TextInheritanceLimit extends System.Enum

Controls the depth of the text properties inheritance.

Fields

FieldDescription
AllInherit all text properties.
TextBoxInherit only from TextFrameEx’s style.
ParagraphOnlyUse only properties defined for paragraph.

All

public static final int All

Inherit all text properties.

TextBox

public static final int TextBox

Inherit only from TextFrameEx’s style.

ParagraphOnly

public static final int ParagraphOnly

Use only properties defined for paragraph.