TextEffectFormat Members
Include Protected Members
Include Inherited Members
Contains properties and methods that apply to WordArt objects.
The TextEffectFormat type exposes the following members.
Methods
Name | Description | |
---|---|---|
ToggleVerticalText | Switches the text flow in the specified WordArt from horizontal to vertical, or vice versa. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top