API Reference
Class
LegacyWordImportResult
Owns an imported editable Word model and its source-loss report.
Inheritance
- Object
- LegacyWordImportResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method LegacyWordImporter.Import
- Method LegacyWordImporter.Import
- Method LegacyWordImporter.Import
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public WordDocument Value { get; } #Gets the normal OfficeIMO Word model used by DOCX and converter packages.
public LegacyWordDetection Detection { get; } #Gets detected family and profile information.
public OfficeLegacyImportReport Report { get; } #Gets structured/salvage quality, inert-content flags, and explicit losses.
public String PlainText { get; } #Gets the bounded recovered plain text.
public IReadOnlyDictionary<String, String> Metadata { get; } #Gets recovered source metadata.
public LegacyWordContent Content { get; } #Gets the source-oriented semantic recovery snapshot.
public Boolean HasLoss { get; } #Gets whether the import used salvage recovery or omitted, blocked, or kept source content inert.