Foxit PDF SDK
|
Public Member Functions | |
TextFillSignObjectData (const graphics::TextState &text_state, WString text) | |
Constructor, with parameters. More... | |
TextFillSignObjectData () | |
Constructor. | |
TextFillSignObjectData (const TextFillSignObjectData &text_data) | |
Constructor, with another text fill-sign object data. More... | |
TextFillSignObjectData & | operator= (const TextFillSignObjectData &text_data) |
Assign operator. More... | |
void | Set (const graphics::TextState &text_state, WString text) |
Set value. More... | |
![]() | |
FS_HANDLE | Handle () const |
Get the handle of current object. More... | |
Public Attributes | |
WString | text |
Text content string. | |
graphics::TextState | text_state |
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 |
Assign operator.
[in] | text_data | Another text fill-sign object data, whose value would be assigned to current object. |
|
inline |
Set value.
[in] | text_state | Text state information. |
[in] | text | Text content string. |