API Reference
Enum
LegacyPptCapabilityState
Describes the current support state for one binary PowerPoint capability lane.
Inheritance
- Enum
- LegacyPptCapabilityState
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 LegacyPptCapability.GetState
- Property LegacyPptCapability.BinaryRoundTrip
- Property LegacyPptCapability.ImportToEditableModel
- Property LegacyPptCapability.NewBinaryWrite
- Property LegacyPptCapability.PptxToBinary
- Field LegacyPptCapabilityState.Blocked
- Field LegacyPptCapabilityState.Converted
- Field LegacyPptCapabilityState.Native
- Field LegacyPptCapabilityState.Planned
- Field LegacyPptCapabilityState.Preserved
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
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
Values
public const LegacyPptCapabilityState Native #The capability is decoded or encoded natively and remains editable.
Value:
0public const LegacyPptCapabilityState Preserved #The capability is retained without being projected to an editable model.
Value:
1public const LegacyPptCapabilityState Converted #The capability is deliberately converted to a documented legacy approximation.
Value:
2public const LegacyPptCapabilityState Blocked #The operation is deliberately refused to prevent unsupported loss.
Value:
3public const LegacyPptCapabilityState Planned #The capability is part of the parity target but is not implemented yet.
Value:
4