|
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... | |
| void | Set (TextState text_state, string text) |
| Set value. More... | |
Properties | |
| string | text [get, set] |
| Text content string. | |
| TextState? | text_state [get, set] |
| Text state information. | |
This class represents text fill-sign object data.
|
inline |
Constructor, with parameters.
| [in] | text_state | Text state information. |
| [in] | text | Text content string. |
|
inline |
Constructor, with another text fill-sign object data.
| [in] | text_data | Another text fill-sign object data. |
|
inline |
Set value.
| [in] | text_state | Text state information. |
| [in] | text | Text content string. |