Class TextEffectFormat (Excel VBA)

Contains properties and methods that apply to WordArt objects.

Class Shape gives access to class TextEffectFormat.

Methods

ToggleVerticalText - Switches the text flow in the specified WordArt from horizontal to vertical, or vice versa.

Properties

Alignment returns or sets an MsoTextEffectAlignment value that represents the alignment for WordArt.

FontBold returns msoTrue if the font in the specified WordArt is bold.

FontItalic returns msoTrue if the font in the specified WordArt is italic.

FontName returns or sets the name of the font in the specified WordArt.

FontSize returns or sets the font size for the specified WordArt, in points.

KernedPairs returns msoTrue if character pairs in the specified WordArt are kerned.

NormalizedHeight returns msoTrue if all characters (both uppercase and lowercase) in the specified WordArt are the same height.

PresetShape returns or sets the shape of the specified WordArt.

PresetTextEffect returns or sets the style of the specified WordArt.

RotatedChars returns msoTrue if characters in the specified WordArt are rotated 90 degrees relative to the WordArt's bounding shape. Returns msoFalse if characters in the specified WordArt retain their original orientation relative to the bounding shape.

Text returns or sets the text for the specified object.

Tracking returns or sets the ratio of the horizontal space allotted to each character in the specified WordArt to the width of the character. Can be a value from 0 (zero) through 5. Large values for this property specify ample space between characters; values less than 1 can produce character overlap.