public static class RangeFindNextRequest.RangeFindNextRequestFindOptions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
matchCase |
Boolean |
matchEntireCell |
Boolean |
matchFormulaText |
Boolean |
useRegExp |
| 构造器和说明 |
|---|
RangeFindNextRequestFindOptions() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RangeFindNextRequest.RangeFindNextRequestFindOptions |
build(Map<String,?> map) |
Boolean |
getMatchCase() |
Boolean |
getMatchEntireCell() |
Boolean |
getMatchFormulaText() |
Boolean |
getUseRegExp() |
RangeFindNextRequest.RangeFindNextRequestFindOptions |
setMatchCase(Boolean matchCase) |
RangeFindNextRequest.RangeFindNextRequestFindOptions |
setMatchEntireCell(Boolean matchEntireCell) |
RangeFindNextRequest.RangeFindNextRequestFindOptions |
setMatchFormulaText(Boolean matchFormulaText) |
RangeFindNextRequest.RangeFindNextRequestFindOptions |
setUseRegExp(Boolean useRegExp) |
@NameInMap(value="matchCase") public Boolean matchCase
@NameInMap(value="matchEntireCell") public Boolean matchEntireCell
@NameInMap(value="matchFormulaText") public Boolean matchFormulaText
@NameInMap(value="useRegExp") public Boolean useRegExp
public static RangeFindNextRequest.RangeFindNextRequestFindOptions build(Map<String,?> map) throws Exception
Exceptionpublic RangeFindNextRequest.RangeFindNextRequestFindOptions setMatchCase(Boolean matchCase)
public Boolean getMatchCase()
public RangeFindNextRequest.RangeFindNextRequestFindOptions setMatchEntireCell(Boolean matchEntireCell)
public Boolean getMatchEntireCell()
public RangeFindNextRequest.RangeFindNextRequestFindOptions setMatchFormulaText(Boolean matchFormulaText)
public Boolean getMatchFormulaText()
public RangeFindNextRequest.RangeFindNextRequestFindOptions setUseRegExp(Boolean useRegExp)
public Boolean getUseRegExp()
Copyright © 2022. All rights reserved.