API Reference
Class
OdfConversionMapping
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.
Returned or exposed by
- Method OdfConversionReport.ForFeature
- Property OdfConversionReport.Mappings
Constructors
public OdfConversionMapping(String feature, OdfConversionMappingStatus status, Int32 count = 1, String message = null) #Creates a feature mapping result.
Parameters
- feature System.String
- status OfficeIMO.OpenDocument.OdfConversionMappingStatus
- count System.Int32 = 1
- message System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.