WordProcessingLoadOptions

WordProcessingLoadOptions class

Options for loading WordProcessing documents.

public class WordProcessingLoadOptions : LoadOptions, IResourceLoadingOptions

Constructors

Name Description
WordProcessingLoadOptions() Initializes new instance of WordProcessingLoadOptions class.

Properties

Name Description
AutoFontSubstitution { get; set; } 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.
BookmarkOptions { get; set; } Bookmarks options
DefaultFont { get; set; } Default font for Words document. The following font will be used if a font is missing.
EmbedTrueTypeFonts { get; set; } If EmbedTrueTypeFonts is true, GroupDocs.Conversion embed true type fonts in the output document. Default: false
FontSubstitutes { get; set; } Substitute specific fonts when converting Words document.
Format { get; set; } Input document file type.
Format { get; } Input document file type.
HideComments { get; set; } Hide comments.
HideWordTrackedChanges { get; set; } Hide markup and track changes for Word documents.
KeepDateFieldOriginalValue { get; set; } Keep original value of date field. Default: false
Password { get; set; } Set password to unprotect protected document.
PreserveDocumentStructure { get; set; } Determines whether the document structure should be preserved when converting to PDF (default is false).
PreserveFormFields { get; set; } Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text. Default is false.
SkipExternalResources { get; set; } Implements SkipExternalResources
UpdateFields { get; set; } Update fields after loading. Default: false
UpdatePageLayout { get; set; } Update page layout after loading. Default: false
UseTextShaper { get; set; } Specifies whether to use a text shaper for better kerning display. Default is false.
WhitelistedResources { get; set; } Implements WhitelistedResources

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also