TextEffectFormat Object

Description

Contains properties and methods that apply to WordArt objects.

Using the TextEffectFormat Object

Use the TextEffect property to return a TextEffectFormat object. The following example sets the font name and formatting for shape one on the active document. For this example to work, shape one must be a WordArt object.

With ActiveDocument.Shapes(1).TextEffect
    .FontName = "Courier New"
    .FontBold = True
    .FontItalic = True
End With
Properties

Alignment property, Application property, Creator property, FontBold property, FontItalic property, FontName property, FontSize property, KernedPairs property, NormalizedHeight property, Parent property, PresetShape property, PresetTextEffect property, RotatedChars property, Text property, Tracking property.

Methods

ToggleVerticalText method.