API Reference

Class

OdfConversionMapping

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

One feature-level result produced by an explicit OpenDocument conversion adapter.

Inheritance

  • Object
  • OdfConversionMapping

Usage

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

Constructors

public OdfConversionMapping(String feature, OdfConversionMappingStatus status, Int32 count = 1, String message = null) #

Creates a feature mapping result.

Parameters

feature System.String requiredposition: 0
status OfficeIMO.OpenDocument.OdfConversionMappingStatus requiredposition: 1
count System.Int32 = 1 optionalposition: 2
message System.String = null optionalposition: 3

Properties

public String Feature { get; } #

Stable feature identifier, such as paragraphs or formulas.

public OdfConversionMappingStatus Status { get; } #

How the adapter handled the feature.

public Int32 Count { get; } #

Number of source items represented by this result.

public String Message { get; } #

Optional mapping detail or limitation.