Gets or sets values specifying wheather the lowercase letters of the selected text are displayed with capital letters. Lowercase letters are displayed either with capital letters of the same size or with capital letters which have a smaller size. The smaller size is either the size of the lowercase 'x' (petite caps) or the size of the lowercase 'x' + 10% (small caps).

Introduced: 30.0.

Syntax

public Capitals Capitals { get; set; }
Public Property Capitals() As Capitals

Members

Member Description
None There are no text effects with capital letters.
Capitals All lowercase letters are displayed with capital letters.
PetiteCapitals All lowercase letters are displayed with capital letters which have the size of the lowercase 'x'.
SmallCapitals All lowercase letters are displayed with capital letters which have the size of the lowercase 'x' + 10%.

Remarks

The property's default value is Capitals.None.

The property returns its default value when the text selection contains multiple characters with mixed settings. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.