Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (text_state, text) | |
Constructor, with parameters. More... | |
Set (text_state, text) | |
Set value. More... | |
Public Attributes | |
text | |
Text content string. | |
text_state | |
Text state information. | |
This class represents text fill-sign object data.
FSDK.TextFillSignObjectData.constructor | ( | text_state | , |
text | |||
) |
Constructor, with parameters.
[in] | text_state | Text state information. |
[in] | text | Text content string. |
FSDK.TextFillSignObjectData.Set | ( | text_state | , |
text | |||
) |
Set value.
[in] | text_state | Text state information. |
[in] | text | Text content string. |