API Reference
Class
OdfSaveReport
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
- Property OdfSaveResult.Report
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.