Description
Returns or sets the style of capitals: all lowercase, all uppercase or small capitals.
Corresponds to the GNML tag >small...<
Syntax
object.Small [ =iMode ] |
object
Required. Object name, returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions
iMode
Capitals style number. The allowed values are: 0 = normal, i.e. no changes; 1 = small capitals; 2 = all capitals; 3 = all lowercase.
See also