API Reference
Class
PowerPointCardGridSlideOptions
Options for a card-grid slide.
Inheritance
- PowerPointDesignerSlideOptions
- PowerPointCardGridSlideOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor PowerPointCardGridPlanSlide.PowerPointCardGridPlanSlide
- Method PowerPointDeckComposer.AddCardGridSlide
- Method PowerPointDeckPlan.AddCardGrid
- Method PowerPointDesignExtensions.AddDesignerCardGridSlide
- Extension method PowerPointPresentation.AddDesignerCardGridSlide
- Method PowerPointSlideComposer.AddCardGrid
- Method PowerPointSlideComposer.AddCardGrid
Constructors
public PowerPointCardGridSlideOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 MaxColumns { get; set; } #Maximum cards per row before the layout wraps.
public PowerPointCardGridLayoutVariant Variant { get; set; } #Card layout variant. Auto uses the design intent seed.
public String SupportingText { get; set; } #Optional supporting text block displayed below the cards.
Inherited Properties
public String Eyebrow { get; set; } #Inherited from PowerPointDesignerSlideOptions
public Boolean ShowDirectionMotif { get; set; } #Inherited from PowerPointDesignerSlideOptions
public PowerPointDesignIntent DesignIntent { get; set; } #Inherited from PowerPointDesignerSlideOptions
public PowerPointSectionLayoutVariant SectionVariant { get; set; } #Inherited from PowerPointDesignerSlideOptions