|
Foxit PDF SDK
|
Public Member Functions | |
| TextFillSignObjectData (TextState text_state, String text) | |
| Constructor, with parameters. More... | |
| TextFillSignObjectData () | |
| Constructor. | |
| TextFillSignObjectData (TextFillSignObjectData text_data) | |
| Constructor, with another text fill-sign object data. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| String | getText () |
| Get text content string. More... | |
| TextState | getText_state () |
| Get text state information. More... | |
| void | set (TextState text_state, String text) |
| Set value. More... | |
| void | setText (String value) |
| Set text content string. More... | |
| void | setText_state (TextState value) |
| Set text state information. More... | |
Public Member Functions inherited from com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
This class represents text fill-sign object data.
| com.foxit.sdk.pdf.TextFillSignObjectData.TextFillSignObjectData | ( | TextState | text_state, |
| String | text | ||
| ) |
Constructor, with parameters.
| [in] | text_state | Text state information. |
| [in] | text | Text content string. |
| com.foxit.sdk.pdf.TextFillSignObjectData.TextFillSignObjectData | ( | TextFillSignObjectData | text_data | ) |
Constructor, with another text fill-sign object data.
| [in] | text_data | Another text fill-sign object data. |
| synchronized void com.foxit.sdk.pdf.TextFillSignObjectData.delete | ( | ) |
Clean up related resources immediately.
| com.foxit.sdk.pdf.TextFillSignObjectData.getText | ( | ) |
Get text content string.
| com.foxit.sdk.pdf.TextFillSignObjectData.getText_state | ( | ) |
Get text state information.
| void com.foxit.sdk.pdf.TextFillSignObjectData.set | ( | TextState | text_state, |
| String | text | ||
| ) |
Set value.
| [in] | text_state | Text state information. |
| [in] | text | Text content string. |
| com.foxit.sdk.pdf.TextFillSignObjectData.setText | ( | String | value | ) |
Set text content string.
| [in] | value | Text content string. |
| com.foxit.sdk.pdf.TextFillSignObjectData.setText_state | ( | TextState | value | ) |
Set text state information.
| [in] | value | Text state information. |