@Deprecated public final class FormattedTextFragmentCollectionType extends com.aspose.ms.System.Enum
Specifies the number of elements a formatted text fragment collection can contain.
Modifier and Type | Field and Description |
---|---|
static int |
NoFormattedText
Deprecated.
Parent object doesn't support text formatting, the collection is always empty.
|
static int |
SingleFragment
Deprecated.
Whole text can be formatted with a single style, the collection can contain only one fragment.
|
static int |
UnlimitedFragments
Deprecated.
Multiple styles are allowed, the collection can contain unlimited count of fragments.
|
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 UnlimitedFragments
Multiple styles are allowed, the collection can contain unlimited count of fragments.
public static final int SingleFragment
Whole text can be formatted with a single style, the collection can contain only one fragment.
public static final int NoFormattedText
Parent object doesn't support text formatting, the collection is always empty.