FormattedTextFragmentCollectionType

FormattedTextFragmentCollectionType enumeration

Specifies the number of elements a formatted text fragment collection can contain.

public enum FormattedTextFragmentCollectionType

Values

Name Value Description
UnlimitedFragments 0 Multiple styles are allowed, the collection can contain unlimited count of fragments.
SingleFragment 1 Whole text can be formatted with a single style, the collection can contain only one fragment.
NoFormattedText 2 Parent object doesn’t support text formatting, the collection is always empty.

See Also