TextEffectFormat Class
Contents
[
Hide
]TextEffectFormat class
Contains properties and methods that apply to WordArt objects.
type TextEffectFormat struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| SetTextEffect | Sets the preset text effect. | 
| GetText | The text in the WordArt. | 
| SetText | The text in the WordArt. | 
| GetFontName | The name of the font used in the WordArt. | 
| SetFontName | The name of the font used in the WordArt. | 
| GetFontBold | Indicates whether font is bold. | 
| SetFontBold | Indicates whether font is bold. | 
| GetFontItalic | Indicates whether font is italic. | 
| SetFontItalic | Indicates whether font is italic. | 
| GetRotatedChars | If true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt’s bounding shape. | 
| SetRotatedChars | If true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt’s bounding shape. | 
| GetFontSize | The size (in points) of the font used in the WordArt. | 
| SetFontSize | The size (in points) of the font used in the WordArt. | 
| GetPresetShape | Gets and sets the preset shape type. | 
| SetPresetShape | Gets and sets the preset shape type. |