|
Foxit PDF SDK
|
Instance Methods | |
| (id) | - initWithText_data: |
| Constructor, with another text fill-sign object data. More... | |
| (id) | - initWithText_state:text: |
| Constructor, with parameters. More... | |
| (void) | - set:text: |
| Set value. More... | |
Properties | |
| NSString * | text |
| Text content string. | |
| FSTextState * | text_state |
| Text state information. | |
This class represents text fill-sign object data.
| - (id) initWithText_data: | (FSTextFillSignObjectData*) | text_data |
Constructor, with another text fill-sign object data.
| [in] | text_data | Another text fill-sign object data. |
| - (id) initWithText_state: | (FSTextState*) | text_state | |
| text: | (NSString *) | text | |
Constructor, with parameters.
| [in] | text_state | Text state information. |
| [in] | text | Text content string. |
| - (void) set: | (FSTextState*) | text_state | |
| text: | (NSString *) | text | |
Set value.
| [in] | text_state | Text state information. |
| [in] | text | Text content string. |