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