Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
Word2PDFConfig () | |
Constructor. | |
Word2PDFConfig (bool is_generate_bookmark) | |
Constructor, with parameters. More... | |
Word2PDFConfig & | operator= (const Word2PDFConfig &data) |
Assign operator. More... | |
void | Set (bool is_generate_bookmark) |
Set value. More... | |
Public Attributes | |
bool | is_generate_bookmark |
A boolean value which indicates whether to export bookmarks to converted PDF file. More... | |
This class represents setting data used for converting Word format files to PDF format files.
|
inline |
Constructor, with parameters.
[in] | is_generate_bookmark | A boolean value which indicates whether to export bookmarks to converted PDF file. |
|
inline |
Assign operator.
[in] | data | Another PDF-to-Word setting data object, whose value would be assigned to current object. |
|
inline |
Set value.
[in] | is_generate_bookmark | A boolean value which indicates whether to export bookmarks to converted PDF file. |
bool foxit::addon::conversion::office2pdf::Word2PDFConfig::is_generate_bookmark |
A boolean value which indicates whether to export bookmarks to converted PDF file.
true means to export bookmarks to converted PDF file, while false means not. Default value: false.