Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
(id) | - initWithCptr:swigOwnCObject: |
(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. More... | |
FSTextState * | text_state |
Text state information. More... | |
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
This class represents text fill-sign object data.
- (void) dealloc |
Reimplemented from FSBase.
- (void*) getCptr |
Reimplemented from FSBase.
- (id) init |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
- (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. |
|
readwritenonatomiccopy |
Text content string.
|
readwritenonatomiccopy |
Text state information.