Remarks
The property's default value is Capitals.
The property returns its default value when the text selection contains multiple characters with mixed settings. The Selection.
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.
public Capitals Capitals { get; set; }
Public Property Capitals() As Capitals
Member | Description |
---|---|
None | There are no text effects with capital letters. |
Capitals | All lowercase letters are displayed with capital letters. |
Petite |
All lowercase letters are displayed with capital letters which have the size of the lowercase 'x'. |
Small |
All lowercase letters are displayed with capital letters which have the size of the lowercase 'x' + 10%. |
The property's default value is Capitals.
The property returns its default value when the text selection contains multiple characters with mixed settings. The Selection.