API Reference
Enum
PowerPointVisualFrameVariant
Visual frame placeholder variants for raw designer compositions.
Inheritance
- Enum
- PowerPointVisualFrameVariant
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
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 PowerPointVisualFrameVariant Auto #Choose a deterministic visual placeholder from the active design intent.
Value:
0public const PowerPointVisualFrameVariant Dashboard #Dashboard-like placeholder with panels and content lines.
Value:
1public const PowerPointVisualFrameVariant Collage #Layered collage placeholder with overlapping proof tiles.
Value:
2public const PowerPointVisualFrameVariant Diagram #Diagram placeholder with editable nodes and connectors.
Value:
3