public class FindCondition extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FindCondition.Builder |
| 构造器和说明 |
|---|
FindCondition() |
FindCondition(FindCondition.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getIncludeFormulas() |
Boolean |
getMatchCase() |
Boolean |
getMatchEntireCell() |
String |
getRange() |
Boolean |
getSearchByRegex() |
static FindCondition.Builder |
newBuilder() |
void |
setIncludeFormulas(Boolean includeFormulas) |
void |
setMatchCase(Boolean matchCase) |
void |
setMatchEntireCell(Boolean matchEntireCell) |
void |
setRange(String range) |
void |
setSearchByRegex(Boolean searchByRegex) |
public FindCondition()
public FindCondition(FindCondition.Builder builder)
public static FindCondition.Builder newBuilder()
public String getRange()
public void setRange(String range)
public Boolean getMatchCase()
public void setMatchCase(Boolean matchCase)
public Boolean getMatchEntireCell()
public void setMatchEntireCell(Boolean matchEntireCell)
public Boolean getSearchByRegex()
public void setSearchByRegex(Boolean searchByRegex)
public Boolean getIncludeFormulas()
public void setIncludeFormulas(Boolean includeFormulas)
Copyright © 2024. All rights reserved.