JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

org.jpedal.grouping
Class SearchType

java.lang.Object
  extended by org.jpedal.grouping.SearchType

public class SearchType
extends java.lang.Object

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

DEFAULT

public static final 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.

See Also:
Constant Field Values

WHOLE_WORDS_ONLY

public static final int WHOLE_WORDS_ONLY
Used to describe a search that will find whole words only

See Also:
Constant Field Values

CASE_SENSITIVE

public static final int CASE_SENSITIVE
Used to describe a search that is case-sensitive

See Also:
Constant Field Values

FIND_FIRST_OCCURANCE_ONLY

public static final int FIND_FIRST_OCCURANCE_ONLY
Used to describe a search that will find first occurrences only

See Also:
Constant Field Values

MUTLI_LINE_RESULTS

public static final int MUTLI_LINE_RESULTS
Used to describe a search that will find results split across multiple lines

See Also:
Constant Field Values

HIGHLIGHT_ALL_RESULTS

public static final int HIGHLIGHT_ALL_RESULTS
Used to describe a search that results in all highlights on the page to be visible

See Also:
Constant Field Values

USE_REGULAR_EXPRESSIONS

public static final int USE_REGULAR_EXPRESSIONS
Used to describe a search that matches regular expressions with the search term

See Also:
Constant Field Values
Constructor Detail

SearchType

public SearchType()

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org