public class CPDFEditConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CPDFEditConfig.Builder |
Constructor and Description |
---|
CPDFEditConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getCropImageBorderColor()
Gets the border color of the image block.
|
float |
getCropImageBorderWidth()
Gets the border color of the image block.
|
int |
getCursorColor()
Gets the displayed cursor color when editing text content in the text block.
|
float |
getCursorWidth()
Gets the displayed cursor width when editing text content in the text block.
|
int |
getDefaultBoardColor()
Gets the border color of the unselected text block.
|
float |
getDefaultBoardWidth()
Gets the border width of the unselected text block.
|
float[] |
getDefaultBorderDashArr()
Gets the array of ON and OFF distances of the border of unselected text.
|
int |
getFocusBorderColor()
Gets the border color of the selected text block.
|
float[] |
getFocusBorderDashArr() |
float |
getFocusBorderWidth()
Gets the border width of the selected text block.
|
android.graphics.Paint |
getFormPreviewPaint()
In Form mode, draw rectangles with a drawing paint to select an area.
|
float[] |
getImageCropBorderDashArr()
Gets the array of ON and OFF distances of the border of crop image.
|
int |
getReplaceColor()
Get the hightlight color after replace.
|
int |
getRotateAnnotationDrawableRes()
Gets the image resource of the button that is used to rotate the annotation.
|
int |
getScreenshotBorderColor() |
float[] |
getScreenshotBorderDashArr() |
int |
getScreenshotRectColor() |
int |
getSelectDrawableRes()
Gets the image resource of the bottom control buoy of the moving cursor when editing text content in the text block.
|
int |
getSelectLeftDrawableRes()
Gets the image resource of the left control buoy when editing text content in the text block and multi-selecting text content.
|
int |
getSelectRightDrawableRes()
Gets the image resource of the right control buoy when editing text content in the text block and multi-selecting text content.
|
int |
getSelectTextColor()
Get background color of the select text in edit mode.
|
int |
getTouchNodeColor()
Gets the color of the touch node of the width of the border of the text block in the selected status.
|
float |
getTouchNodeRadius()
Gets the radius of the touch node of the width of the border of the text block in the selected status.
|
int |
getWhenKeyboardShownMarginBottom()
Gets the distance between the bottom of the cursor and the keyboard when keyboard pops up and covers the text area.
|
void |
setFocusBorderDashArr(float[] focusBorderDashArr) |
public android.graphics.Paint getFormPreviewPaint()
public int getSelectTextColor()
public int getScreenshotBorderColor()
public float[] getScreenshotBorderDashArr()
public int getDefaultBoardColor()
public float getDefaultBoardWidth()
public float[] getDefaultBorderDashArr()
public void setFocusBorderDashArr(float[] focusBorderDashArr)
public float[] getFocusBorderDashArr()
public float[] getImageCropBorderDashArr()
public int getCropImageBorderColor()
public float getCropImageBorderWidth()
public float getFocusBorderWidth()
public int getFocusBorderColor()
public int getCursorColor()
public float getCursorWidth()
public int getSelectLeftDrawableRes()
public int getSelectRightDrawableRes()
public int getRotateAnnotationDrawableRes()
public int getSelectDrawableRes()
public float getTouchNodeRadius()
public int getTouchNodeColor()
public int getWhenKeyboardShownMarginBottom()
public int getReplaceColor()
public int getScreenshotRectColor()