|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBodyRegion
Interface publishes text range Interface
| Method Summary | |
|---|---|
int |
replace(java.util.regex.Pattern pattern,
java.lang.String replace)
Replaces all entries of matchString regular expression with newValue string. |
int |
replace(java.util.regex.Pattern pattern,
TextSelection textSelection)
Replaces by specified pattern. |
int |
replace(java.lang.String given,
java.lang.String replace,
boolean caseSensitive,
boolean wholeWord)
Replaces by specified matchString string. |
| Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
|---|
deepClone, getDocument, getDocumentObjectType, getNextSibling, getOwner, getPreviousSibling, isComposite |
| Method Detail |
|---|
int replace(java.util.regex.Pattern pattern,
java.lang.String replace)
pattern - the Patternreplace - replace String
int replace(java.lang.String given,
java.lang.String replace,
boolean caseSensitive,
boolean wholeWord)
given - The matchString.replace - The newValue.caseSensitive - if it specifies case sensitive, set to truewholeWord - if it specifies to search a whole word,set to true
int replace(java.util.regex.Pattern pattern,
TextSelection textSelection)
pattern - The pattern.textSelection - The text selection.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||