public abstract class CPDFAnnotationUndoAttr
extends java.lang.Object
| Constructor and Description |
|---|
CPDFAnnotationUndoAttr(CPDFAnnotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAnnotationAttr(CPDFAnnotation annotation) |
android.graphics.RectF |
getRect() |
CPDFAnnotation.Type |
getType() |
CPDFWidget.WidgetType |
getWidgetType() |
boolean |
shouldRecreateAnnotationOnApply(CPDFAnnotation annotation) |
boolean |
shouldUpdateApAfterApply(CPDFAnnotation annotation) |
public CPDFAnnotationUndoAttr(CPDFAnnotation annotation)
public void applyAnnotationAttr(CPDFAnnotation annotation)
public CPDFAnnotation.Type getType()
public android.graphics.RectF getRect()
public CPDFWidget.WidgetType getWidgetType()
public boolean shouldUpdateApAfterApply(CPDFAnnotation annotation)
public boolean shouldRecreateAnnotationOnApply(CPDFAnnotation annotation)