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
Field | Description |
---|---|
All | Inherit all text properties. |
TextBox | Inherit only from TextFrameEx’s style. |
ParagraphOnly | Use 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.