FormattedTextFragmentCollectionType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class FormattedTextFragmentCollectionType
Specifies the number of elements a formatted text fragment collection can contain.
| Field | Description |
|---|---|
| UnlimitedFragments | Multiple styles are allowed, the collection can contain unlimited count of fragments. |
| SingleFragment | Whole text can be formatted with a single style, the collection can contain only one fragment. |
| NoFormattedText | Parent object doesn’t support text formatting, the collection is always empty. |
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.