Foxit PDF Conversion SDK
com.foxit.sdk.conversion.pdf2office.PDF2WordSettingData Class Reference

Public Member Functions

 PDF2WordSettingData ()
 Constructor.
 
 PDF2WordSettingData (boolean enable_retain_page_layout)
 Constructor, with parameters. More...
 
synchronized void delete ()
 Clean up related resources immediately. More...
 
boolean getEnable_retain_page_layout ()
 Get a boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false. More...
 
void set (boolean enable_retain_page_layout)
 Set value. More...
 
void setEnable_retain_page_layout (boolean value)
 Set a boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false. More...
 

Detailed Description

This class represents setting data used for converting PDF documents to word format documents.

Constructor & Destructor Documentation

◆ PDF2WordSettingData()

com.foxit.sdk.conversion.pdf2office.PDF2WordSettingData.PDF2WordSettingData ( boolean  enable_retain_page_layout)

Constructor, with parameters.

Parameters
[in]enable_retain_page_layoutA boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false. true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF document to word format documents.

Member Function Documentation

◆ delete()

synchronized void com.foxit.sdk.conversion.pdf2office.PDF2WordSettingData.delete ( )

Clean up related resources immediately.

Returns
None.
Note
Once this function is called, current object cannot be used anymore.

◆ getEnable_retain_page_layout()

com.foxit.sdk.conversion.pdf2office.PDF2WordSettingData.getEnable_retain_page_layout ( )

Get a boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false.

true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF documents to word format documents.

Returns
A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false.

◆ set()

void com.foxit.sdk.conversion.pdf2office.PDF2WordSettingData.set ( boolean  enable_retain_page_layout)

Set value.

Parameters
[in]enable_retain_page_layoutA boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false. true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF documents to word format documents.
Returns
None.

◆ setEnable_retain_page_layout()

com.foxit.sdk.conversion.pdf2office.PDF2WordSettingData.setEnable_retain_page_layout ( boolean  value)

Set a boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false.

true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF documents to word format documents.

Parameters
[in]valueA boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false.
Returns
None.