com.spire.presentation
Class TextHighLightingOptions
java.lang.Object
com.spire.presentation.TextHighLightingOptions
public class TextHighLightingOptions
- extends java.lang.Object
Created by scott.yue on 2020/3/5.
TextHighLightingOptions
public TextHighLightingOptions()
getCaseSensitive
public boolean getCaseSensitive()
setCaseSensitive
public void setCaseSensitive(boolean CaseSensitive)
- Set true to use case-sensitive search,false-otherwise.
- Parameters:
CaseSensitive
- : Case Sensitive.
getWholeWordsOnly
public boolean getWholeWordsOnly()
setWholeWordsOnly
public void setWholeWordsOnly(boolean wholeWordsOnly)
- Set true to match only whole words,false-otherwise. Red/write System.Boolean.
- Parameters:
wholeWordsOnly:whole
- Words Only.