TextEffectFormat Class

TextEffectFormat class

Contains properties and methods that apply to WordArt objects.


type TextEffectFormat struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
SetTextEffectSets the preset text effect.
GetTextThe text in the WordArt.
SetTextThe text in the WordArt.
GetFontNameThe name of the font used in the WordArt.
SetFontNameThe name of the font used in the WordArt.
GetFontBoldIndicates whether font is bold.
SetFontBoldIndicates whether font is bold.
GetFontItalicIndicates whether font is italic.
SetFontItalicIndicates whether font is italic.
GetRotatedCharsIf true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt’s bounding shape.
SetRotatedCharsIf true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt’s bounding shape.
GetFontSizeThe size (in points) of the font used in the WordArt.
SetFontSizeThe size (in points) of the font used in the WordArt.
GetPresetShapeGets and sets the preset shape type.
SetPresetShapeGets and sets the preset shape type.