TextStyleKeepFmt property

Microsoft Visio Developer Reference

TextStyleKeepFmt property

   Example   

Applies a text style to an object while preserving local formatting.

Version added

2.0

Syntax

object.TextStyleKeepFmt = stringExpression

object

Required. An expression that returns a Shape or Selection object.

stringExpression

Required String. The name of the style to apply.

Remarks

Setting the TextStyleKeepFmt property is equivalent to selecting the Preserve local formatting check box in the Style dialog box (click Style on the Format menu).

Setting a style to a nonexistent style generates an error. Setting one kind of style to an existing style of another kind (for example, setting the TextStyleKeepFmt property to a fill style) does nothing. Setting one kind of style to an existing style that has more than one set of attributes changes only the attributes for that component (for example, setting the TextStyleKeepFmt property to a style with line, text, and fill attributes changes only the text attributes).

Beginning with Microsoft Visio 2002, an empty string ("") will cause the master's style to be reapplied to the selection or shape. (Earlier versions generate a "no such style" exception.) If the selection or shape has no master, its style remains unchanged. Setting stringExpression to an empty string is the equivalent of selecting Use master's format in the Text style, Line style, or Fill style list in the Style dialog box (on the Format menu, click Style).