Gets or sets values specifying wheather lowercase letters 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%.