-
com.grapecity.documents.excel
-
- AsyncCustomFunction
- BaseCellType
- ButtonCellType
- CalcReference
- CancellationToken
- CancellationTokenSource
- CellColorSortField
- CellDecoration
- CellDecorationIcon
- CellInfo
- CellPadding
- CheckBoxCellType
- CheckBoxListCellType
- Color
- ColorUtilities
- ComboBoxCellItem
- ComboBoxCellType
- CornerFold
- CsvOpenOptions
- CsvParseContext
- CsvParseResult
- CsvSaveOptions
- CustomBorderStyle
- CustomFunction
- DataImportOptions
- DataImportResult
- DataValidationJsonError
- DateInfo
- DeserializationOptions
- DocumentProperties
- Event
- EventArgs
- FindOptions
- FontColorSortField
- FontInfo
- FormulaJsonError
- HyperLinkCellType
- IconSortField
- ImageSaveOptions
- ImageSource
- JsonError
- Margin
- OpenOptionsBase
- PageContentInfo
- PageInfo
- PagePrintedEventArgs
- PagePrintEventArgs
- PagePrintingEventArgs
- PageSettings
- Parameter
- PasteOption
- PdfSaveOptions
- PdfSecurityOptions
- PivotFilterOptions
- Point
- PrintManager
- RadioButtonListCellType
- RangeEventArgs
- RangeFindReplace
- RangeFindReplace.FindReplaceImpl
- RangePartialClasses
- RangePartialClasses.FindReplaceImpl
- RangeTemplateCellType
- Rectangle
- RepeatSetting
- ReplaceOptions
- SaveOptionsBase
- SelectFieldItem
- SerializationOptions
- SheetEventArgs
- SignatureDetails
- Size
- SjsOpenOptions
- SjsSaveOptions
- SortFieldBase
- SpecialCellsValue
- TableStyleFactory
- TextFormatInfo
- Theme
- Themes
- ThemeStorage
- ValueSortField
- WebRequestResult
- Workbook
- WorkbookOptions
- WriteProtection
- XlsmOpenOptions
- XlsmSaveOptions
- XlsxOpenOptions
- XlsxSaveOptions
- XltxOpenOptions
- XltxSaveOptions
-
- com.grapecity.documents.excel.drawing
- com.grapecity.documents.excel.expressions
- com.grapecity.documents.excel.forms
- com.grapecity.documents.excel.template
- com.grapecity.documents.excel.template.DataSource
(Showing Draft Content)
FindOptions
Class FindOptions
java.lang.Object
com.grapecity.documents.excel.FindOptions
Wraps all optional parameters of the IRange.Find function.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LookAtGet one of the LookAt enum.final FindLookInGet one of the FindLookIn enum.final booleanGet MatchByte way.final booleanGet the search case sensitive.final SearchDirectionGet the search direction.final IDisplayFormatGet the search format.final SearchOrderGet one of the SearchOrder enum.final voidSet one of the LookAt enum.final voidsetLookIn(FindLookIn value) Set one of the FindLookIn enum.final voidsetMatchByte(boolean value) Set MatchByte way.final voidsetMatchCase(boolean value) Set the search case sensitive.final voidsetSearchDirection(SearchDirection value) Set the search direction.final voidsetSearchFormat(IDisplayFormat value) Set the search format.final voidsetSearchOrder(SearchOrder value) Set one of the SearchOrder enum.
-
Constructor Details
-
FindOptions
public FindOptions()
-
-
Method Details
-
getLookIn
Get one of the FindLookIn enum. -
setLookIn
Set one of the FindLookIn enum. -
getLookAt
Get one of the LookAt enum. -
setLookAt
Set one of the LookAt enum. -
getSearchOrder
Get one of the SearchOrder enum. -
setSearchOrder
Set one of the SearchOrder enum. -
getSearchDirection
Get the search direction. Can be one of the SearchDirection enum. -
setSearchDirection
Set the search direction. Can be one of the SearchDirection enum. -
getMatchCase
public final boolean getMatchCase()Get the search case sensitive. The default value is False . -
setMatchCase
public final void setMatchCase(boolean value) Set the search case sensitive. The default value is False . -
getMatchByte
public final boolean getMatchByte()Get MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents. -
setMatchByte
public final void setMatchByte(boolean value) Set MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents. -
getSearchFormat
Get the search format. The default value is null. -
setSearchFormat
Set the search format. The default value is null.
-