TextEffectFormat Interface

Definition

Contains properties and methods that apply to WordArt objects.

public interface class TextEffectFormat : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C031F-0000-0000-C000-000000000046")]
public interface TextEffectFormat : Microsoft.Office.Core._IMsoDispObj
Public Interface TextEffectFormat
Implements _IMsoDispObj
Attributes
Implements

Properties

Alignment

Returns or sets the alignment for WordArt.

Application

Returns an Application object that represents the Microsoft Excel application.

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.

Methods

ToggleVerticalText()

Switches the text flow in the specified WordArt from horizontal to vertical, or vice versa.

Applies to