API Reference
Class
LegacyWordContent
Provides a source-oriented snapshot alongside the projected DOCX model.
Inheritance
- Object
- LegacyWordContent
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
- Property LegacyWordImportResult.Content
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<LegacyWordParagraphContent> Paragraphs { get; } #Gets recovered paragraphs and formatted runs.
public IReadOnlyList<LegacyWordStyleContent> Styles { get; } #Gets recovered paragraph-style definitions.
public IReadOnlyList<LegacyWordNoteContent> Notes { get; } #Gets recovered notes.
public IReadOnlyList<LegacyWordResourceReference> Resources { get; } #Gets inert resource references.