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 WordArt. | |
Application | (Inherited from _IMsoDispObj.) | |
Application | Returns an Application object that represents the Microsoft Excel application. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
FontBold | True 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 | True if character pairs in the specified WordArt are kerned. | |
NormalizedHeight | True if all characters (both uppercase and lowercase) in the specified WordArt are the same height. | |
Parent | Returns the parent object for the specified object. | |
PresetShape | Returns or sets the shape of the specified WordArt. | |
PresetTextEffect | Returns or sets the style of the specified WordArt. | |
RotatedChars | True if characters in the specified WordArt are rotated 90 degrees relative to the WordArt's bounding shape. False 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. |
Top
Methods
Name | Description | |
---|---|---|
ToggleVerticalText | Switches the text flow in the specified WordArt from horizontal to vertical, or vice versa. |
Top