类 FindOptions
java.lang.Object
com.grapecity.documents.excel.FindOptions
Wraps all optional parameters of the IRange.Find function.
-
构造器概要
-
方法概要
修饰符和类型方法说明final LookAt
Get one of the LookAt enum.final FindLookIn
Get one of the FindLookIn enum.final boolean
Get MatchByte way.final boolean
Get the search case sensitive.final SearchDirection
Get the search direction.final IDisplayFormat
Get the search format.final SearchOrder
Get one of the SearchOrder enum.final void
Set one of the LookAt enum.final void
setLookIn
(FindLookIn value) Set one of the FindLookIn enum.final void
setMatchByte
(boolean value) Set MatchByte way.final void
setMatchCase
(boolean value) Set the search case sensitive.final void
Set the search direction.final void
setSearchFormat
(IDisplayFormat value) Set the search format.final void
setSearchOrder
(SearchOrder value) Set one of the SearchOrder enum.
-
构造器详细资料
-
FindOptions
public FindOptions()
-
-
方法详细资料
-
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.
-