|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRgn
com.jxcell.FindReplaceInfo
This class provides information about find and replace operations. It is used with the View class findFirst, findNext, and replace methods.
Field Summary | |
static int |
kByColumns
Flag specifying that a search operation search by column |
static int |
kByRows
Flag specifying that a search operation search by row (default) |
static int |
kInFormulas
Flag specifying that a search operation look for the string in a formula (default). |
static int |
kInValues
Flag specifying that a search operation look for the string in a value |
static int |
kMatchCase
Flag specifying that a search operation match the case |
static int |
kMatchEntireCells
Flag specifying that a search operation match the entire cell |
static int |
kReplaceAll
Flag specifying that all found instances be replaced |
Method Summary | |
int |
getCol()
Determines the starting column for the search in a Find and Replace operation. |
long |
getFoundCount()
Returns the number of items found in a Find operation. |
long |
getReplacedCount()
Returns the number of replaced items in a Replace operation. |
int |
getRow()
Determines the starting row for the search in a Find and Replace operation. |
int |
getSheet()
Returns the number identifying the worksheet in a Find and Replace operation |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int kMatchCase
public static final int kMatchEntireCells
public static final int kByRows
public static final int kByColumns
public static final int kInValues
public static final int kInFormulas
public static final int kReplaceAll
Method Detail |
public int getCol()
public long getFoundCount()
public long getReplacedCount()
public int getRow()
public int getSheet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |