TextEffectFormat.PresetTextEffect Property

Returns or sets the style of the specified WordArt.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PresetTextEffect As MsoPresetTextEffect
    Get
    Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoPresetTextEffect

value = instance.PresetTextEffect

instance.PresetTextEffect = value
MsoPresetTextEffect PresetTextEffect { get; set; }

Property Value

Type: MsoPresetTextEffect

Remarks

The values for this property correspond to the formats in the WordArt Gallery dialog box (Insert menu), numbered from left to right, top to bottom.

Setting the PresetTextEffect property automatically sets many other formatting properties of the specified shape.

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.Word Namespace