Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.38 KB

Visio.Selection.TextStyle.md

File metadata and controls

39 lines (23 loc) · 1.38 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Selection.TextStyle property (Visio)
vis_sdr.chm11114530
vis_sdr.chm11114530
Visio.Selection.TextStyle
3b94d8a1-e3aa-0473-de85-744cb353886e
06/08/2017
medium

Selection.TextStyle property (Visio)

Gets or sets the text style for an object. Read/write.

Syntax

expression. TextStyle

expression A variable that represents a Selection object.

Return value

String

Remarks

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 TextStyle 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 TextStyle property to a style that has line, text, and fill attributes changes only the text attributes).

To preserve a shape's local formatting, use the TextStyleKeepFmt property.

Beginning with Visio 2002, setting TextStyle to 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.

[!includeSupport and feedback]