com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TextHighlightingOptions

  • java.lang.Object
    • com.aspose.slides.TextHighlightingOptions
    • Constructor Summary

      Constructors 
      Constructor and Description
      TextHighlightingOptions()
      Creates new default text highlighting options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getCaseSensitive()
      Set true to use case-sensitive search, false - otherwise.
      boolean getWholeWordsOnly()
      Set true to match only whole words, false - otherwise.
      void setCaseSensitive(boolean value)
      Set true to use case-sensitive search, false - otherwise.
      void setWholeWordsOnly(boolean value)
      Set true to match only whole words, false - otherwise.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextHighlightingOptions

        public TextHighlightingOptions()

        Creates new default text highlighting options.

    • Method Detail

      • getCaseSensitive

        public final boolean getCaseSensitive()

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

        Specified by:
        getCaseSensitive in interface ITextHighlightingOptions
      • setCaseSensitive

        public final void setCaseSensitive(boolean value)

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

        Specified by:
        setCaseSensitive in interface ITextHighlightingOptions
      • getWholeWordsOnly

        public final boolean getWholeWordsOnly()

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

        Specified by:
        getWholeWordsOnly in interface ITextHighlightingOptions
      • setWholeWordsOnly

        public final void setWholeWordsOnly(boolean value)

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

        Specified by:
        setWholeWordsOnly in interface ITextHighlightingOptions