public class CPDFAnnotationChange
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CPDFAnnotationChange.Operation |
Constructor and Description |
---|
CPDFAnnotationChange(CPDFAnnotationChange.Operation operation,
int affectPageIndex) |
CPDFAnnotationChange(CPDFAnnotationChange.Operation operation,
int affectPageIndex,
CPDFAnnotationUndoAttr annotationAttr) |
Modifier and Type | Method and Description |
---|---|
int |
getAffectPageIndex() |
CPDFAnnotationUndoAttr |
getAnnotationAttr() |
int |
getAnnotIndex() |
CPDFAnnotationChange.Operation |
getOperation() |
void |
setAnnotationAttr(CPDFAnnotationUndoAttr annotationAttr) |
void |
setAnnotIndex(int annotIndex) |
java.lang.String |
toString() |
public CPDFAnnotationChange(CPDFAnnotationChange.Operation operation, int affectPageIndex)
public CPDFAnnotationChange(CPDFAnnotationChange.Operation operation, int affectPageIndex, CPDFAnnotationUndoAttr annotationAttr)
public void setAnnotationAttr(CPDFAnnotationUndoAttr annotationAttr)
public CPDFAnnotationUndoAttr getAnnotationAttr()
public int getAffectPageIndex()
public CPDFAnnotationChange.Operation getOperation()
public int getAnnotIndex()
public void setAnnotIndex(int annotIndex)
public java.lang.String toString()
toString
in class java.lang.Object