Character Property

Read-only. Returns a Character object that contains the character block parameters for this style.

Applies to: Style object

Syntax

[[Let] characterRet =] object.Character

The Character property syntax has these parts:

Part Description
object Required. An expression that returns a Style object.
characterRet Optional. A Character type variable.

Remarks

You can't modify the Character object, stored in the Character property of the style, however you can change the attributes of this instance of the Character object. When a style is assigned to a shape, the parameters of the Character property of the style are applied to all character blocks of the shape. The Character property is only effective if the HasCharAttr property of this style is True.

 

See Also

HasCharAttr property, Paragraph property, TextBlock property, Character object