texthighlightingoptions-ag凯发旗舰厅
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.