API Reference

Enum

PowerPointSlideDensity

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Preferred amount of content breathing room on generated slides.

Inheritance

  • Enum
  • PowerPointSlideDensity

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PowerPointSlideDensity Compact #

Fits more content into each slide region.

Value: 0
public const PowerPointSlideDensity Balanced #

Default balance between content and whitespace.

Value: 1
public const PowerPointSlideDensity Relaxed #

Adds more breathing room around content.

Value: 2