Class SearchScope
java.lang.Object
com.independentsoft.office.spreadsheet.SearchScope
Specifies which parts of a workbook are searched by the find and replace methods.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intThe whole workbook except the formulas.static intThe text of the cells of all worksheets, including rich text.static intThe comments of all worksheets.static intThe footers of all sheets.static intThe formulas of all cells.static intThe headers of all sheets.static intThe headers and the footers of all sheets.static intThe text of the shapes of all sheets. -
Method Summary
-
Field Details
-
CELLS
public static final int CELLSThe text of the cells of all worksheets, including rich text.- See Also:
- Constant Field Values
-
COMMENTS
public static final int COMMENTSThe comments of all worksheets.- See Also:
- Constant Field Values
-
HEADERS
public static final int HEADERSThe headers of all sheets.- See Also:
- Constant Field Values
-
FOOTERS
public static final int FOOTERSThe footers of all sheets.- See Also:
- Constant Field Values
-
SHAPES
public static final int SHAPESThe text of the shapes of all sheets.- See Also:
- Constant Field Values
-
FORMULAS
public static final int FORMULASThe formulas of all cells. Formulas are not searched byALLbecause a replacement can make a formula invalid.- See Also:
- Constant Field Values
-
HEADERS_AND_FOOTERS
public static final int HEADERS_AND_FOOTERSThe headers and the footers of all sheets.- See Also:
- Constant Field Values
-
ALL
public static final int ALLThe whole workbook except the formulas.- See Also:
- Constant Field Values
-