1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Search
  6. /
  7. FormattedTextFragmentCollectionType

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