![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.FindOptions
public class FindOptions
Represents find options.
Field Summary | |
---|---|
static byte |
LOOKIN_FORMULAS
Represents searching input string in formulas. |
static byte |
LOOKIN_VALUES
Represents searching input string in values. |
static byte |
MATCH_CONTAINS
Represents the cell value contains the input string. |
static byte |
MATCH_END_WITH
Represents the cell value ends with the input string. |
static byte |
MATCH_ENTIRE
Represents the cell value equals with the input string. |
static byte |
MATCH_START_WITH
Represents the cell value starts with the input string. |
static byte |
SEARCH_BY_COLUMNS
Represents searching input string column by column. |
static byte |
SEARCH_BY_ROWS
Represents searching input string row by row. |
Constructor Summary | |
---|---|
FindOptions()
Initializes a newly created FindOptions object This parameter can be set to null if seaching from the start. |
Method Summary | |
---|---|
byte |
getLookinType()
Gets the lookin type. |
byte |
getMatchType()
Gets the match type. |
byte |
getSearchType()
Gets the search type. |
boolean |
isMatchCase()
Indicates whether is match case. |
void |
setLookinType(byte lookinType)
Sets the lookin type. |
void |
setMatchCase(boolean isMatchCase)
Sets whether is match case. |
void |
setMatchType(byte matchType)
Sets the match type. |
void |
setSearchType(byte searchType)
Sets the search type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte SEARCH_BY_ROWS
public static final byte SEARCH_BY_COLUMNS
public static final byte LOOKIN_FORMULAS
public static final byte LOOKIN_VALUES
public static final byte MATCH_CONTAINS
public static final byte MATCH_START_WITH
public static final byte MATCH_END_WITH
public static final byte MATCH_ENTIRE
Constructor Detail |
---|
public FindOptions()
Method Detail |
---|
public void setMatchCase(boolean isMatchCase)
isMatchCase
- whether is match case.public boolean isMatchCase()
public void setLookinType(byte lookinType)
lookinType
- The lookin type.It could be one of the following values:
FindOptions.LOOKIN_FORMULAS |
FindOptions.LOOKIN_VALUES |
public byte getLookinType()
setLookinType(byte)
public void setSearchType(byte searchType)
searchType
- The search type. It could be one of the following values:
FindOptions.SEARCH_BY_COLUMNS |
FindOptions.SEARCH_BY_COLUMNS |
public byte getSearchType()
setSearchType(byte)
public void setMatchType(byte matchType)
matchType
- the match type.It could be one of the following values:
FindOptions.MATCH_CONTAINS |
FindOptions.MATCH_END_WITH |
FindOptions.MATCH_ENTIRE |
FindOptions.MATCH_START_WITH |
public byte getMatchType()
setMatchType(byte)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |