API Reference

Class

OdfSaveReport

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

Describes which package entries a save rewrote, copied, removed, or could not project losslessly.

Inheritance

  • Object
  • OdfSaveReport

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

Properties

public IReadOnlyList<String> RewrittenEntries { get; } #

Entries serialized from changed state.

public IReadOnlyList<String> CopiedEntries { get; } #

Entries copied from their original payload.

public IReadOnlyList<String> RemovedEntries { get; } #

Entries omitted from the output.

public IReadOnlyList<String> LossyEntries { get; } #

Source entries or parts that could not be represented losslessly by the selected output form.