|
Foxit PDF SDK
|
Public 成员函数 | |
| SignatureFillSignObject () | |
| 构造函数。 | |
| SignatureFillSignObject (FillSignObject fillsign_object) | |
| 构造函数,使用父类对象。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| boolean | isInitialsType () throws com.foxit.sdk.PDFException |
| 检查当前注释是否为首字母签名填充签名对象。 更多... | |
| void | setBitmap (Bitmap bitmap) throws com.foxit.sdk.PDFException |
| 设置位图。 更多... | |
Public 成员函数 继承自 com.foxit.sdk.pdf.FillSignObject | |
| FillSignObject () | |
| 构造函数。 | |
| FillSignObject (FillSignObject other) | |
| 构造函数,使用另一个填充签名对象。 更多... | |
| boolean | generateContent () throws com.foxit.sdk.PDFException |
| 为当前填充签名对象生成内容。 更多... | |
| RectF | getRect () throws com.foxit.sdk.PDFException |
| 获取矩形,在中。 更多... | |
| int | getType () throws com.foxit.sdk.PDFException |
| 获取填充签名类型 更多... | |
| boolean | isEmpty () |
| 检查当前对象是否为空。 更多... | |
| void | move (PointF point, float width, float height, int rotation) throws com.foxit.sdk.PDFException |
| 移动当前填充签名对象。 更多... | |
类 SignatureFillSignObject 派生自类 FillSignObject , 用于表示签名或首字母签名填充签名对象。
| com.foxit.sdk.pdf.SignatureFillSignObject.SignatureFillSignObject | ( | FillSignObject | fillsign_object | ) |
构造函数,使用父类对象。
| [in] | fillsign_object | 父类对象。 |
| synchronized void com.foxit.sdk.pdf.SignatureFillSignObject.delete | ( | ) |
| boolean com.foxit.sdk.pdf.SignatureFillSignObject.isInitialsType | ( | ) | throws com.foxit.sdk.PDFException |
检查当前注释是否为首字母签名填充签名对象。
| void com.foxit.sdk.pdf.SignatureFillSignObject.setBitmap | ( | Bitmap | bitmap | ) | throws com.foxit.sdk.PDFException |
设置位图。
| [in] | bitmap | 要设置到当前填充签名对象的位图。这应该是一个有效的位图对象。 |