Package com.independentsoft.office.odf
Class SearchScope
java.lang.Object
com.independentsoft.office.odf.SearchScope
Specifies which parts of a document are searched by the find and replace methods.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intThe whole document.static intThe content of annotations.static intThe document body, including tables, lists and sections.static intThe footers of all master pages.static intThe headers of all master pages.static intThe headers and footers of all master pages.static intThe content of footnotes and endnotes.static intThe text of drawing shapes.static intThe content of text boxes. -
Method Summary
-
Field Details
-
BODY
public static final int BODYThe document body, including tables, lists and sections.- See Also:
- Constant Field Values
-
HEADERS
public static final int HEADERSThe headers of all master pages.- See Also:
- Constant Field Values
-
FOOTERS
public static final int FOOTERSThe footers of all master pages.- See Also:
- Constant Field Values
-
NOTES
public static final int NOTESThe content of footnotes and endnotes.- See Also:
- Constant Field Values
-
ANNOTATIONS
public static final int ANNOTATIONSThe content of annotations.- See Also:
- Constant Field Values
-
TEXT_BOXES
public static final int TEXT_BOXESThe content of text boxes.- See Also:
- Constant Field Values
-
SHAPES
public static final int SHAPESThe text of drawing shapes.- See Also:
- Constant Field Values
-
HEADERS_AND_FOOTERS
public static final int HEADERS_AND_FOOTERSThe headers and footers of all master pages.- See Also:
- Constant Field Values
-
ALL
public static final int ALLThe whole document.- See Also:
- Constant Field Values
-