API Reference

Class

OdfSaveResult

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

Serialized OpenDocument bytes and the entry-level report from one save operation.

Inheritance

  • Object
  • OdfSaveResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public Byte[] RequireNoLoss() #
Returns: Byte[]

Returns the serialized bytes or throws when the save removed or lossily projected content.

public Byte[] RequireValue() #
Returns: Byte[]

Returns the serialized bytes.

Properties

public Byte[] Value { get; } #

The exact bytes produced by the save operation.

public OdfSaveReport Report { get; } #

Entries rewritten, copied, removed, or projected with loss.

public Boolean HasLoss { get; } #

True when the selected output form could not preserve every source entry losslessly.