WordProcessingLoadOptions class
WordProcessingLoadOptions class
Options for loading WordProcessing documents.
Inheritance: WordProcessingLoadOptions
→
LoadOptions
→
ValueObject
The WordProcessingLoadOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes new instance of WordProcessingLoadOptions class. |
Properties
Property | Description |
---|---|
format | Input document file type. |
default_font | Default font for Words document. The following font will be used if a font is missing. |
auto_font_substitution | If AutoFontSubstitution is disabled, GroupDocs.Conversion uses the DefaultFont for the substitution of missing fonts. If AutoFontSubstitution is enabled,
GroupDocs.Conversion evaluates all the related fields in FontInfo (Panose, Sig etc) for the missing font and finds the closest match among the available font sources. Note that font substitution mechanism will override the DefaultFont in cases when FontInfo for the missing font is available in the document. The default value is True. |
embed_true_type_fonts | If EmbedTrueTypeFonts is true, GroupDocs.Conversion embed true type fonts in the output document. Default: false |
update_page_layout | Update page layout after loading. Default: false |
update_fields | Update fields after loading. Default: false |
keep_date_field_original_value | Keep original value of date field. Default: false |
font_substitutes | Substitute specific fonts when converting Words document. |
password | Set password to unprotect protected document. |
hide_word_tracked_changes | Hide markup and track changes for Word documents. |
hide_comments | Hide comments. |
bookmark_options | Bookmarks options |
preserve_form_fields | Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text. Default is false. |
use_text_shaper | Specifies whether to use a text shaper for better kerning display. Default is false. |
skip_external_resources | Implements IResourceLoadingOptions.skip_external_resources |
whitelisted_resources | Implements IResourceLoadingOptions.whitelisted_resources |
preserve_document_structure | Determines whether the document structure should be preserved when converting to PDF (default is false). |
page_numbering | Enable or disable generation of page numbering in converted document. Default: false |
hyphenation_options | Set hyphenation options for WordProcessing documents. |
convert_owner | Implements IDocumentsContainerLoadOptions.convert_owner
Default is true |
convert_owned | Implements IDocumentsContainerLoadOptions.convert_owned
Default is false |
depth | Implements IDocumentsContainerLoadOptions.depth
Default: 1 |
clear_built_in_document_properties | Removes built-in metadata properties from the document. |
clear_custom_document_properties | Removes custom metadata properties from the document. |
Methods
Method | Description |
---|---|
equals | Determines whether two object instances are equal. |
See Also
- module
groupdocs.conversion.options.load
- class
LoadOptions
- class
ValueObject
- class
WordProcessingLoadOptions