TextEffectFormat Members
Include Protected Members
Include Inherited Members
Contains properties and methods that apply to WordArt objects.
The TextEffectFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
Alignment | Returns or sets the alignment for the specified WordArt. Read/write. | |
Application | Returns an Application object that represents the creator of the specified object. | |
Creator | Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only. | |
FontBold | Determines whether the font in the specified WordArt is bold. Read/write. | |
FontItalic | Determines whether the font in the specified WordArt is italic. Read/write. | |
FontName | Returns or sets the name of the font in the specified WordArt. Read/write. | |
FontSize | Returns or sets the font size for the specified WordArt in points. Read/write. | |
KernedPairs | Determines whether the character pairs in the specified WordArt are kerned. Read/write. | |
NormalizedHeight | Determines whether the characters (both uppercase and lowercase) in the specified WordArt are the same height. Read/write. | |
Parent | Returns the parent object for the specified object. | |
PresetShape | Returns or sets the shape of the specified WordArt. Read/write. | |
PresetTextEffect | Returns or sets the style of the specified WordArt. Read/write. | |
RotatedChars | Determines whether characters in the specified WordArt are rotated 90 degrees relative to the WordArt's bounding shape. Read/write. | |
Text | Returns or sets the text that is contained in the specified object. Read/write. | |
Tracking | Returns or sets the ratio of the horizontal space allotted to each character in the specified WordArt to the width of the character. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
ToggleVerticalText | Switches the text flow in the specified WordArt from horizontal to vertical, or vice versa. |
Top