|
Foxit PDF SDK
|
Public 成员函数 | |
| FillSignObject () | |
| 构造函数。 | |
| FillSignObject (FillSignObject other) | |
| 构造函数,使用另一个填充签名对象。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| 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 |
| 移动当前填充签名对象。 更多... | |
类 FillSignObject 是所有类型填充签名对象的基类。 此类提供基本函数来获取类型、移动填充签名对象或为填充签名对象生成内容。
| com.foxit.sdk.pdf.FillSignObject.FillSignObject | ( | FillSignObject | other | ) |
构造函数,使用另一个填充签名对象。
| [in] | other | 另一个填充签名对象。 |
| synchronized void com.foxit.sdk.pdf.FillSignObject.delete | ( | ) |
直接清除C++相关资源。
重载 com.foxit.sdk.common.Base .
被 com.foxit.sdk.pdf.SignatureFillSignObject , 以及 com.foxit.sdk.pdf.TextFillSignObject 重载.
| boolean com.foxit.sdk.pdf.FillSignObject.generateContent | ( | ) | throws com.foxit.sdk.PDFException |
为当前填充签名对象生成内容。
对于类型为 com.foxit.sdk.pdf.FillSign.e_FillSignObjectTypeSignature 或 com.foxit.sdk.pdf.FillSign.e_FillSignObjectTypeInitialsSignature 的填充签名对象, 应该首先调用函数 SignatureFillSignObject.setBitmap 。
| RectF com.foxit.sdk.pdf.FillSignObject.getRect | ( | ) | throws com.foxit.sdk.PDFException |
获取矩形,在中。
| int com.foxit.sdk.pdf.FillSignObject.getType | ( | ) | throws com.foxit.sdk.PDFException |
获取填充签名类型
| boolean com.foxit.sdk.pdf.FillSignObject.isEmpty | ( | ) |
检查当前对象是否为空。
当当前对象为空时,意味着当前对象是无用的。
| void com.foxit.sdk.pdf.FillSignObject.move | ( | PointF | point, |
| float | width, | ||
| float | height, | ||
| int | rotation | ||
| ) | throws com.foxit.sdk.PDFException |
移动当前填充签名对象。
| [in] | point | 当前填充签名对象的新左下角点,在中。 |
| [in] | width | 当前填充签名对象的新宽度。 |
| [in] | height | 当前填充签名对象的新高度。 |
| [in] | rotation | 旋转状态信息。此旋转值包括视图旋转和页面旋转属性信息。 请参考从 com.foxit.sdk.common.Constants.e_Rotation0 开始的值, 这应该是这些值中的一个,除了 com.foxit.sdk.common.Constants.e_RotationUnknown 。 |