API Reference

Enum

PowerPointCapitalization

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

Native DrawingML capitalization variants for PowerPoint text.

Inheritance

  • Enum
  • PowerPointCapitalization

Usage

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

Values

public const PowerPointCapitalization None #

No capitalization effect.

Value: 0
public const PowerPointCapitalization SmallCaps #

Small-capital text.

Value: 1
public const PowerPointCapitalization AllCaps #

All-capital text.

Value: 2