public class ReplaceText extends Task
Task.TypeEnum
Constructor and Description |
---|
ReplaceText() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getNewText()
Text to replace with.
|
String |
getOldText()
Text to be replaced.
|
Integer |
getSlidePosition()
One-based position of the slide to perform the replace in.
|
int |
hashCode() |
ReplaceText |
ignoreCase(Boolean ignoreCase) |
Boolean |
isIgnoreCase()
True to ignore case in replace pattern search.
|
ReplaceText |
newText(String newText) |
ReplaceText |
oldText(String oldText) |
void |
setIgnoreCase(Boolean ignoreCase) |
void |
setNewText(String newText) |
void |
setOldText(String oldText) |
void |
setSlidePosition(Integer slidePosition) |
ReplaceText |
slidePosition(Integer slidePosition) |
String |
toString() |
public ReplaceText oldText(String oldText)
public String getOldText()
public void setOldText(String oldText)
public ReplaceText newText(String newText)
public String getNewText()
public void setNewText(String newText)
public ReplaceText ignoreCase(Boolean ignoreCase)
public Boolean isIgnoreCase()
public void setIgnoreCase(Boolean ignoreCase)
public ReplaceText slidePosition(Integer slidePosition)
public Integer getSlidePosition()
public void setSlidePosition(Integer slidePosition)
Copyright © 2021. All rights reserved.