|
Foxit PDF SDK
|
Public Member Functions | |
| SignatureFillSignObject (FillSignObject fillsign_object) | |
| Constructor, with parent class object. More... | |
| SignatureFillSignObject () | |
| Constructor. | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| boolean | isInitialsType () throws com.foxit.sdk.PDFException |
| Check if current annotation is an initials signature fill-sign object. More... | |
| void | setBitmap (Bitmap bitmap) throws com.foxit.sdk.PDFException |
| Set a bitmap. More... | |
Public Member Functions inherited from com.foxit.sdk.pdf.FillSignObject | |
| FillSignObject (FillSignObject other) | |
| Constructor, with another fill-sign object. More... | |
| FillSignObject () | |
| Constructor. | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| boolean | generateContent () throws com.foxit.sdk.PDFException |
| Generate content for current fill-sign object. More... | |
| RectF | getRect () throws com.foxit.sdk.PDFException |
| Get rectangle, in PDF coordinate system. More... | |
| int | getType () throws com.foxit.sdk.PDFException |
| Get fill-sign type. More... | |
| boolean | isEmpty () |
| Check whether current object is empty or not. More... | |
| void | move (PointF point, float width, float height, int rotation) throws com.foxit.sdk.PDFException |
| Move current fill-sign object. More... | |
Public Member Functions inherited from com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
Class SignatureFillSignObject is derived from class FillSignObject , and is used to represent a signature or initiials signature fill-sign object.
| com.foxit.sdk.pdf.SignatureFillSignObject.SignatureFillSignObject | ( | FillSignObject | fillsign_object | ) |
Constructor, with parent class object.
| [in] | fillsign_object | Parent class object. |
| synchronized void com.foxit.sdk.pdf.SignatureFillSignObject.delete | ( | ) |
Clean up related resources immediately.
| boolean com.foxit.sdk.pdf.SignatureFillSignObject.isInitialsType | ( | ) | throws com.foxit.sdk.PDFException |
Check if current annotation is an initials signature fill-sign object.
| void com.foxit.sdk.pdf.SignatureFillSignObject.setBitmap | ( | Bitmap | bitmap | ) | throws com.foxit.sdk.PDFException |
Set a bitmap.
| [in] | bitmap | A bitmap to be set to current fill-sign object. This should be a valid bitmap object. |