|
JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpedal.grouping.SearchType
public class SearchType
This class holds constants used to describe the nature of a given search. Methods in the PdfGroupingAlgorithums class that take a search type parameter will take either one, or a combination of the values contained in this class. Multiple constants can be used by using the logical or operator.
| Field Summary | |
|---|---|
static int |
CASE_SENSITIVE
Used to describe a search that is case-sensitive |
static int |
DEFAULT
The default parameter, this describes a search that will not be limited to finding whole words only, is not case-sensitive, and will find all occurrences. |
static int |
FIND_FIRST_OCCURANCE_ONLY
Used to describe a search that will find first occurrences only |
static int |
HIGHLIGHT_ALL_RESULTS
Used to describe a search that results in all highlights on the page to be visible |
static int |
MUTLI_LINE_RESULTS
Used to describe a search that will find results split across multiple lines |
static int |
USE_REGULAR_EXPRESSIONS
Used to describe a search that matches regular expressions with the search term |
static int |
WHOLE_WORDS_ONLY
Used to describe a search that will find whole words only |
| Constructor Summary | |
|---|---|
SearchType()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT
public static final int WHOLE_WORDS_ONLY
public static final int CASE_SENSITIVE
public static final int FIND_FIRST_OCCURANCE_ONLY
public static final int MUTLI_LINE_RESULTS
public static final int HIGHLIGHT_ALL_RESULTS
public static final int USE_REGULAR_EXPRESSIONS
| Constructor Detail |
|---|
public SearchType()
|
JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||