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
- Property PowerPointCapabilitySlideOptions.VisualFrameVariant
- Property PowerPointCaseStudySlideOptions.VisualFrameVariant
- Field PowerPointVisualFrameVariant.Auto
- Field PowerPointVisualFrameVariant.Collage
- Field PowerPointVisualFrameVariant.Dashboard
- Field PowerPointVisualFrameVariant.DeviceMockup
- Field PowerPointVisualFrameVariant.Diagram
- Field PowerPointVisualFrameVariant.ProofBoard
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:
3public const PowerPointVisualFrameVariant DeviceMockup #Screen or laptop-like visual treatment for product, app, or screenshot content.
Value:
4public const PowerPointVisualFrameVariant ProofBoard #Editorial proof board with image, certificate, or evidence panels.
Value:
5