API Reference
Enum
OdfCapabilityLevel
Implementation level for a stable OpenDocument capability line.
Inheritance
- Enum
- OdfCapabilityLevel
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
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const OdfCapabilityLevel Editable #The typed surface covers the documented capability.
Value:
0public const OdfCapabilityLevel Limited #A useful, documented subset is editable while advanced variants remain preserved or unsupported.
Value:
1public const OdfCapabilityLevel Inspected #The feature can be detected and inspected but not edited.
Value:
2public const OdfCapabilityLevel Preserved #Unchanged source content is retained without typed editing.
Value:
3public const OdfCapabilityLevel DetectedUnsupported #The feature is detected and rejected before unsafe or partial processing.
Value:
4