texthighlightingoptions-ag凯发旗舰厅



com.spire.presentation
class texthighlightingoptions

java.lang.object
  extended by com.spire.presentation.texthighlightingoptions

public class texthighlightingoptions
extends java.lang.object

created by scott.yue on 2020/3/5.


constructor summary
texthighlightingoptions()
           
 
method summary
 boolean getcasesensitive()
           
 boolean getwholewordsonly()
           
 void setcasesensitive(boolean casesensitive)
          set true to use case-sensitive search,false-otherwise.
 void setwholewordsonly(boolean wholewordsonly)
          set true to match only whole words,false-otherwise.
 
constructor detail

texthighlightingoptions

public texthighlightingoptions()
method detail

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.


网站地图