TextEffectFormat Interface

Definition

Contains properties and methods that apply to WordArt objects.

public interface class TextEffectFormat
[System.Runtime.InteropServices.Guid("000209CF-0000-0000-C000-000000000046")]
public interface TextEffectFormat
type TextEffectFormat = interface
Public Interface TextEffectFormat
Attributes

Remarks

Use the TextEffect property to return a TextEffectFormat object.

Properties

Alignment

Returns or sets a constant that represents the alignment for the specified text effect.

Application

Returns a Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

FontBold

Returns or sets a constant that represents how bold font is handled for the specified text effect.

FontItalic

Italicizes WordArt text.

FontName

Returns or sets the name of the font for the dropped capital letter.

FontSize

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

KernedPairs

Indicates that character pairs in a WordArt object have been kerned.

NormalizedHeight

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

Parent

Returns an object that represents the parent object of the specified object.

PresetShape

Returns or sets the shape of the specified WordArt.

PresetTextEffect

Returns or sets the style of the specified WordArt.

RotatedChars

MsoTrue if characters in the specified WordArt are rotated 90 degrees relative to the WordArt's bounding shape. MsoFalse if characters in the specified WordArt retain their original orientation relative to the bounding shape.

Text

Returns or sets the text in the specified WordArt.

Tracking

Returns or sets the ratio of the horizontal space allotted to each character in the specified WordArt in relation to the width of the character.

Methods

ToggleVerticalText()

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

Applies to