public class CPDFAnnotAttribute extends java.lang.Object implements IAttributeCallback
Constructor and Description |
---|
CPDFAnnotAttribute(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
CPDFCheckboxAttr |
getCheckboxAttr()
Gets the attribute wrapper of CheckBox.
|
CPDFCircleAttr |
getCircleAttr()
Gets the attribute wrapper of Line.
|
CPDFComboboxAttr |
getComboboxAttr()
Gets the attribute wrapper of Combobox form.
|
CPDFFreetextAttr |
getFreetextAttr()
Gets the attribute wrapper of Freetext.
|
CPDFHighlightAttr |
getHighlightAttr()
Gets the attribute wrapper of Highlight.
|
CPDFInkAttr |
getInkAttr()
Gets the attribute wrapper of Ink.
|
CPDFLineAttr |
getLineAttr()
Gets the attribute wrapper of Line.
|
CPDFListboxAttr |
getListboxAttr()
Gets the attribute wrapper of Listbox form.
|
CPDFPushButtonAttr |
getPushButtonAttr()
Gets the attribute wrapper of PushButton form.
|
CPDFRadiobuttonAttr |
getRadiobuttonAttr()
Gets the attribute wrapper of Radiobutton.
|
CPDFRedactionAttr |
getRedactionAttr()
Gets the attribute wrapper of Redaction.
|
CPDFSignatureWidgetAttr |
getSignatureWidgetAttr()
Gets the attribute wrapper of Signature form.
|
CPDFSquareAttr |
getSquareAttr()
Gets the attribute wrapper of Square.
|
CPDFSquigglyAttr |
getSquigglyAttr()
Gets the attribute wrapper of Squiggly.
|
CPDFStampAttr |
getStampAttr()
Gets the attribute wrapper of Stamp.
|
CPDFStrikeoutAttr |
getStrikeoutAttr()
Gets the attribute wrapper of Strikeout
|
CPDFTextAttr |
getTextAttr()
Gets the attribute wrapper of Note.
|
CPDFTextfieldAttr |
getTextfieldAttr()
Gets the attribute wrapper of TextField form.
|
CPDFUnderlineAttr |
getUnderlineAttr()
Gets the attribute wrapper of Underline.
|
void |
onload()
Loads the annotation attribute, this method does not need to be called by user.
|
void |
onstore()
Save the annotation attribute, this method does not need to be called by user.
|
void |
setAttributeDataFetcher(IAttributeDataFether attributeDataFetcher)
Sets the helper of getting attribute, this method does not need to be called by user, instead it is set by
CPDFReaderAttribute.setAttributeDataFetcher(IAttributeDataFether) . |
public void setAttributeDataFetcher(IAttributeDataFether attributeDataFetcher)
CPDFReaderAttribute.setAttributeDataFetcher(IAttributeDataFether)
.attributeDataFetcher
- Helper of getting attributepublic CPDFHighlightAttr getHighlightAttr()
public CPDFStrikeoutAttr getStrikeoutAttr()
public CPDFUnderlineAttr getUnderlineAttr()
public CPDFSquigglyAttr getSquigglyAttr()
public CPDFInkAttr getInkAttr()
public CPDFSquareAttr getSquareAttr()
public CPDFCircleAttr getCircleAttr()
public CPDFLineAttr getLineAttr()
public CPDFFreetextAttr getFreetextAttr()
public CPDFStampAttr getStampAttr()
public CPDFRedactionAttr getRedactionAttr()
public CPDFCheckboxAttr getCheckboxAttr()
public CPDFRadiobuttonAttr getRadiobuttonAttr()
public CPDFTextfieldAttr getTextfieldAttr()
public CPDFSignatureWidgetAttr getSignatureWidgetAttr()
public CPDFListboxAttr getListboxAttr()
public CPDFComboboxAttr getComboboxAttr()
public CPDFTextAttr getTextAttr()
public CPDFPushButtonAttr getPushButtonAttr()
public void onload()
onload
in interface IAttributeCallback
public void onstore()
onstore
in interface IAttributeCallback