|
Foxit PDF SDK
|
Public Member Functions | |
| OFDConvertParam () | |
| Constructor. | |
| OFDConvertParam (boolean is_embed_font) | |
| Constructor, with parameters. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| boolean | getIs_embed_font () |
| Get whether to embed font in the converted file. More... | |
| void | set (boolean is_embed_font) |
| Set value. More... | |
| void | setIs_embed_font (boolean value) |
| Set whether to embed font in the converted file. More... | |
This class represents the parameters for the conversion between OFD and PDF.
| com.foxit.sdk.addon.conversion.OFDConvertParam.OFDConvertParam | ( | boolean | is_embed_font | ) |
Constructor, with parameters.
| [in] | is_embed_font | true means to embed font in the converted file, while false means not. |
| synchronized void com.foxit.sdk.addon.conversion.OFDConvertParam.delete | ( | ) |
Clean up related resources immediately.
| com.foxit.sdk.addon.conversion.OFDConvertParam.getIs_embed_font | ( | ) |
Get whether to embed font in the converted file.
| void com.foxit.sdk.addon.conversion.OFDConvertParam.set | ( | boolean | is_embed_font | ) |
Set value.
| [in] | is_embed_font | true means to embed font in the converted file, while false means not. |
| com.foxit.sdk.addon.conversion.OFDConvertParam.setIs_embed_font | ( | boolean | value | ) |
Set whether to embed font in the converted file.
| [in] | value | Whether to embed font in the converted file. true means to embed font in the converted file, while false means not. |