API Reference

Enum

WordCapsStyle

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

Specifies the capitalization style applied to text.

Inheritance

  • Enum
  • WordCapsStyle

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 WordCapsStyle None #

No caps, characters as written.

Value: 0
public const WordCapsStyle Caps #

All caps, make every character uppercase.

Value: 1
public const WordCapsStyle SmallCaps #

Small caps, make all characters capital but with a smaller font size.

Value: 2