|
Foxit PDF SDK
|
Public Member Functions | |
| def | TextFillSignObjectData () |
| Constructor. | |
| def | TextFillSignObjectData (text_data) |
| Constructor, with another text fill-sign object data. More... | |
| def | Set (text_state, text) |
| Set value. More... | |
Static Public Attributes | |
| text = _fsdk.TextFillSignObjectData_text | |
| Text content string. | |
| text_state = _fsdk.TextFillSignObjectData_text_state | |
| Text state information. | |
This class represents text fill-sign object data.
| def FoxitPDFSDKPython2.TextFillSignObjectData.TextFillSignObjectData | ( | text_data | ) |
Constructor, with another text fill-sign object data.
| [in] | text_data | Another text fill-sign object data. |
| def FoxitPDFSDKPython2.TextFillSignObjectData.Set | ( | text_state, | |
| text | |||
| ) |
Set value.
| [in] | text_state | Text state information. |
| [in] | text | Text content string. |