textfindparameter-ag凯发旗舰厅



com.spire.pdf.general.find
enum textfindparameter

java.lang.object
  extended by java.lang.enum<textfindparameter>
      extended by com.spire.pdf.general.find.textfindparameter
all implemented interfaces:
java.lang.comparable<textfindparameter>

public enum textfindparameter
extends java.lang.enum<textfindparameter>

enum constant summary
crossline
          find text cross line the target text in one line or more(>=2) lines.
ignorecase
          ignore english character case.
none
          do not select any parameters.
wholeword
          full word matching.
 
method summary
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

none

public static final textfindparameter none
do not select any parameters.

wholeword

public static final textfindparameter wholeword
full word matching.

ignorecase

public static final textfindparameter ignorecase
ignore english character case.

crossline

public static final textfindparameter crossline
find text cross line the target text in one line or more(>=2) lines. it will be remove in the future because it will be set as default ;
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图