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... | |
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... | |
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. |
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. |