Foxit PDF SDK  9.1
FSTextFillSignObject Class Reference

Report confidence: high.
More...

Inheritance diagram for FSTextFillSignObject:
FSFillSignObject FSBase

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(FSTextFillSignObjectDataArray *) - getTextDataArray
 Get text data array.
More...
 
(id) - init
 Constructor.
More...
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithFillsign_object:
 Constructor, with parent class object.
More...
 
(BOOL) - isCombFieldMode
 Check whether current mode is comb field mode or not.
More...
 
- Instance Methods inherited from FSFillSignObject
(BOOL) - generateContent
 Generate content for current fill-sign object.
More...
 
(FSFormXObject *) - getFormXObject
 
(FSRectF *) - getRect
 Get rectangle, in PDF coordinate system.
More...
 
(FSFillSignFillSignObjectType- getType
 Get fill-sign type.
More...
 
(id) - initWithOther:
 Constructor, with another fill-sign object.
More...
 
(BOOL) - isEmpty
 Check whether current object is empty or not.
More...
 
(void) - move:width:height:
 Move current fill-sign object.
More...
 
(void) - move:width:height:rotation:
 Move current fill-sign object.
More...
 

Additional Inherited Members

- Protected Attributes inherited from FSBase
BOOL swigCMemOwn
 
void * swigCPtr
 

Detailed Description

Report confidence: high.

Report confidence: medium high.

Report confidence: medium.

Report confidence: medium low.

Report confidence: low.

Class FSTextFillSignObject is derived from class FSFillSignObject , and is used to represent a text fill-sign object.

See also
FSFillSignObject

Method Documentation

◆ dealloc

- (void) dealloc

Reimplemented from FSFillSignObject.

◆ getCptr

- (void*) getCptr

Reimplemented from FSFillSignObject.

◆ getTextDataArray

- (FSTextFillSignObjectDataArray *) getTextDataArray

Get text data array.

Returns
A text data array.

◆ init

- (id) init

Constructor.

Reimplemented from FSFillSignObject.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

Reimplemented from FSFillSignObject.

◆ initWithFillsign_object:

- (id) initWithFillsign_object: (FSFillSignObject*)  fillsign_object

Constructor, with parent class object.

Parameters
[in]fillsign_objectParent class object.

◆ isCombFieldMode

- (BOOL) isCombFieldMode

Check whether current mode is comb field mode or not.

Returns
YES means current mode is comb field mode, while NO means current mode is normal mode.