API Reference

Enum

CapsStyle

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

Specifies the capitalization style applied to text.

Inheritance

  • Enum
  • CapsStyle

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

Accepted by parameters

Values

public const CapsStyle None #

No caps, characters as written.

Value: 0
public const CapsStyle Caps #

All caps, make every character uppercase.

Value: 1
public const CapsStyle SmallCaps #

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

Value: 2