public final class TextInheritanceLimit
extends com.aspose.ms.System.Enum
Controls the depth of the text properties inheritance.
Modifier and Type | Field and Description |
---|---|
static int |
All
Inherit all text properties.
|
static int |
ParagraphOnly
Use only properties defined for paragraph.
|
static int |
TextBox
Inherit only from TextFrameEx's style.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int All
Inherit all text properties.
public static final int TextBox
Inherit only from TextFrameEx's style.
public static final int ParagraphOnly
Use only properties defined for paragraph.