WordProcessingConvertOptions class
WordProcessingConvertOptions class
Options for conversion to WordProcessing file type.
Inheritance: WordProcessingConvertOptions
→
CommonConvertOptions
→
ConvertOptions
→
ValueObject
The WordProcessingConvertOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes new instance of WordProcessingConvertOptions class. |
Properties
Property | Description |
---|---|
format | Overrides the Format property to ensure it is of type WordProcessingFileType. |
watermark | Implements IWatermarkedConvertOptions.watermark |
page_number | Implements IPagedConvertOptions.page_number |
pages_count | Implements IPagedConvertOptions.pages_count |
pages | Implements IPageRangedConvertOptions.pages |
rtf_options | RTF specific convert options |
dpi | Desired page DPI after conversion. The default resolution is: 96 dpi. |
password | Set this property if you want to protect the converted document with a password. |
zoom | Specifies the zoom level in percentage. Default is 100.
Default zoom is supported till Microsoft Word 2010. Starting from Microsoft Word 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened. |
margin_top | Implements IPageMarginConvertOptions.margin_top |
margin_bottom | Implements IPageMarginConvertOptions.margin_bottom |
margin_left | Implements IPageMarginConvertOptions.margin_left |
margin_right | Implements IPageMarginConvertOptions.margin_right |
pdf_recognition_mode | Implements IPdfRecognitionModeOptions.pdf_recognition_mode |
page_size | Implements IPageSizeConvertOptions.page_size |
page_width | Implements IPageSizeConvertOptions.page_width |
page_height | Implements IPageSizeConvertOptions.page_height |
page_orientation | Implements IPageOrientationConvertOptions.page_orientation |
markdown_options | Implements WordProcessingConvertOptions.markdown_options |
Methods
Method | Description |
---|---|
equals | Determines whether two object instances are equal. |
clone | Clones current options instance. |
See Also
- module
groupdocs.conversion.options.convert
- class
CommonConvertOptions
- class
ConvertOptions
- class
ValueObject
- class
WordProcessingConvertOptions