API Reference
Class
WordDocumentConversionOptions
Controls file-to-file Word document conversion.
Inheritance
- Object
- WordDocumentConversionOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method WordDocument.Convert
Constructors
public WordDocumentConversionOptions() #Inherited Methods
Properties
public Boolean Overwrite { get; set; } #Gets or sets whether an existing destination file may be overwritten. Defaults to true.
public Boolean OpenWord { get; set; } #Gets or sets whether to open Word after saving the converted file.
public Boolean OverrideStyles { get; set; } #Gets or sets whether OfficeIMO should override styles while loading Open XML sources.
public OpenSettings OpenSettings { get; set; } #Gets or sets optional Open XML load settings for `.docx` sources.
public LegacyDocImportOptions LegacyDocImportOptions { get; set; } #Gets or sets optional legacy `.doc` import settings.
public WordSaveOptions SaveOptions { get; set; } #Gets or sets optional save settings for the destination file.
public Boolean AllowLossyLegacyConversion { get; set; } #Gets or sets whether conversion may continue when the legacy `.doc` importer reports unsupported or preserve-only content.