API Reference
Enum
LegacyPptRepresentability
Describes how a feature can be represented in PowerPoint 97-2003 binary files.
Inheritance
- Enum
- LegacyPptRepresentability
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
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 LegacyPptRepresentability Native #The binary format has a native representation that can be made editable.
Value:
0public const LegacyPptRepresentability Approximation #The feature can be represented through a documented approximation or flattening.
Value:
1public const LegacyPptRepresentability Opaque #The content can be retained as opaque binary data but is not safely editable.
Value:
2public const LegacyPptRepresentability NotRepresentable #The feature has no supported representation in the legacy format.
Value:
3