public static class RangeFindNextRequest.RangeFindNextRequestFindOptions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
includeHidden |
Boolean |
matchCase
example:
true
|
Boolean |
matchEntireCell
example:
true
|
Boolean |
matchFormulaText
example:
true
|
String |
scope |
Boolean |
useRegExp
example:
true
|
| 构造器和说明 |
|---|
RangeFindNextRequestFindOptions() |
@NameInMap(value="includeHidden") public Boolean includeHidden
@NameInMap(value="matchCase") public Boolean matchCase
true
@NameInMap(value="matchEntireCell") public Boolean matchEntireCell
true
@NameInMap(value="matchFormulaText") public Boolean matchFormulaText
true
@NameInMap(value="scope") public String scope
@NameInMap(value="useRegExp") public Boolean useRegExp
true
public static RangeFindNextRequest.RangeFindNextRequestFindOptions build(Map<String,?> map) throws Exception
Exceptionpublic RangeFindNextRequest.RangeFindNextRequestFindOptions setIncludeHidden(Boolean includeHidden)
public Boolean getIncludeHidden()
public 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 setScope(String scope)
public String getScope()
public RangeFindNextRequest.RangeFindNextRequestFindOptions setUseRegExp(Boolean useRegExp)
public Boolean getUseRegExp()
Copyright © 2025. All rights reserved.