API Reference
Enum
LegacyPptCapabilityLane
Identifies one direction of the binary PowerPoint compatibility contract.
Inheritance
- Enum
- LegacyPptCapabilityLane
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
Accepted by parameters
- Method LegacyPptCapability.GetState
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 LegacyPptCapabilityLane ImportToEditableModel #Binary input projected into the normal editable presentation model.
Value:
0public const LegacyPptCapabilityLane NewBinaryWrite #A new binary presentation authored from the normal presentation model.
Value:
1public const LegacyPptCapabilityLane BinaryRoundTrip #An imported binary presentation edited and saved back as binary.
Value:
2public const LegacyPptCapabilityLane PptxToBinary #An Open XML presentation converted to a legacy binary presentation.
Value:
3