public class CPDFEditFindSelection
extends java.lang.Object
| Constructor and Description |
|---|
CPDFEditFindSelection() |
| Modifier and Type | Method and Description |
|---|---|
CPDFEditCharRange |
getCharRange()
Get the range of the search text.
|
CPDFEditCharRange |
getCharReplaceRange()
Get the char range of the replace text.
|
CPDFEditRange |
getRange()
Get the text range of the search result.
|
java.util.List<android.graphics.RectF> |
getSelections()
Get the rect of the search text.
|
CPDFEditTextArea |
getTextArea()
Get the edit text area where the searched text is in.
|
void |
setCharRange(CPDFEditCharRange charRange)
Set the range of the search text.
|
void |
setCharReplaceRange(CPDFEditCharRange charRange)
Set the char range of the replace text.
|
void |
setRange(CPDFEditRange range)
Set the text range of the search result.
|
void |
setSelections(java.util.ArrayList<android.graphics.RectF> selections)
Set the rect of the search text.
|
void |
setTextArea(CPDFEditTextArea textArea)
Set text area.
|
public CPDFEditTextArea getTextArea()
public CPDFEditCharRange getCharRange()
public java.util.List<android.graphics.RectF> getSelections()
public CPDFEditRange getRange()
public void setTextArea(CPDFEditTextArea textArea)
textArea - Text area.public void setCharRange(CPDFEditCharRange charRange)
charRange - Char range.public void setSelections(java.util.ArrayList<android.graphics.RectF> selections)
selections - The search text.public void setRange(CPDFEditRange range)
range - Text range.public void setCharReplaceRange(CPDFEditCharRange charRange)
charRange - Char range.public CPDFEditCharRange getCharReplaceRange()