com.groupdocs.watermark.search

Interfaces

Classes

com.groupdocs.watermark.search

Class FormattedTextFragmentCollectionType

  • java.lang.Object
    • com.groupdocs.watermark.search.FormattedTextFragmentCollectionType


  • public final class FormattedTextFragmentCollectionType
    extends Object

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

    • Field Detail

      • UnlimitedFragments

        public static final int UnlimitedFragments

        Multiple styles are allowed, the collection can contain unlimited count of fragments.

        See Also:
        Constant Field Values
      • SingleFragment

        public static final int SingleFragment

        Whole text can be formatted with a single style, the collection can contain only one fragment.

        See Also:
        Constant Field Values
      • NoFormattedText

        public static final int NoFormattedText

        Parent object doesn't support text formatting, the collection is always empty.

        See Also:
        Constant Field Values