com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ITextHighlightingOptions

  • All Known Implementing Classes:
    TextHighlightingOptions


    public interface ITextHighlightingOptions

    Represents options which can be used to highlight text in text frame.

    • Method Detail

      • getCaseSensitive

        boolean getCaseSensitive()

        Set true to use case-sensitive search, false - otherwise. Read/write boolean.

      • setCaseSensitive

        void setCaseSensitive(boolean value)

        Set true to use case-sensitive search, false - otherwise. Read/write boolean.

      • getWholeWordsOnly

        boolean getWholeWordsOnly()

        Set true to match only whole words, false - otherwise. Read/write boolean.

      • setWholeWordsOnly

        void setWholeWordsOnly(boolean value)

        Set true to match only whole words, false - otherwise. Read/write boolean.