MsoPresetTextEffectShape Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies shape of WordArt text.
public enum class MsoPresetTextEffectShape
public enum MsoPresetTextEffectShape
type MsoPresetTextEffectShape =
Public Enum MsoPresetTextEffectShape
- Inheritance
-
MsoPresetTextEffectShape
Fields
Name | Value | Description |
---|---|---|
msoTextEffectShapeMixed | -2 | Not used. |
msoTextEffectShapePlainText | 1 | No shape applied. |
msoTextEffectShapeStop | 2 | Text follows the shape of a stop sign. |
msoTextEffectShapeTriangleUp | 3 | Text slants down, then up. |
msoTextEffectShapeTriangleDown | 4 | Text slants up, then down. |
msoTextEffectShapeChevronUp | 5 | Text slants down to its center point and then slants up. |
msoTextEffectShapeChevronDown | 6 | Text slants up to its center point and then slants down. |
msoTextEffectShapeRingInside | 7 | Text appears to be written on the inside of a 3-D ring. |
msoTextEffectShapeRingOutside | 8 | Text appears to be written on the outside of a 3-D ring. |
msoTextEffectShapeArchUpCurve | 9 | Text is an arch that curves up. |
msoTextEffectShapeArchDownCurve | 10 | Text is an arch that curves down. |
msoTextEffectShapeCircleCurve | 11 | Text follows a circle, reading clockwise. |
msoTextEffectShapeButtonCurve | 12 | Text is curved around a center "button." |
msoTextEffectShapeArchUpPour | 13 | Text is a 3-D arch that curves up. |
msoTextEffectShapeArchDownPour | 14 | Text is a 3-D arch that curves down. |
msoTextEffectShapeCirclePour | 15 | Text has a 3-D effect and follows a circle, reading clockwise. |
msoTextEffectShapeButtonPour | 16 | Text is seen in 3-D, curved around a center "button." |
msoTextEffectShapeCurveUp | 17 | Text curves down and to the right as font size increases. |
msoTextEffectShapeCurveDown | 18 | Text curves down and to the right as font size decreases. |
msoTextEffectShapeCanUp | 19 | Text is stretched to fill the height of the shape, with only a slight curve up. |
msoTextEffectShapeCanDown | 20 | Text is stretched to fill the height of the shape, with only a slight curve down. |
msoTextEffectShapeWave1 | 21 | Text follows a wave up, then down and up again. |
msoTextEffectShapeWave2 | 22 | Text follows a wave down, then up and down again. |
msoTextEffectShapeDoubleWave1 | 23 | Text follows a line that curves up, then down, then up and down again. |
msoTextEffectShapeDoubleWave2 | 24 | Text follows a line that curves down, then up, then down and up again. |
msoTextEffectShapeInflate | 25 | Font size of text increases to its center point, then decreases. Center point of each letter is on the same straight line. |
msoTextEffectShapeDeflate | 26 | Font size decreases to the text's midpoint, then increases to the starting size. |
msoTextEffectShapeInflateBottom | 27 | Font size of text increases to its center point, then decreases. Center point of each letter follows an arch that curves downward. |
msoTextEffectShapeDeflateBottom | 28 | Font size decreases to the text's midpoint, then increases to the starting size, while keeping the top of the text along the same curve. |
msoTextEffectShapeInflateTop | 29 | Font size of text increases to its center point, then decreases. Center point of each letter follows an arch that curves upward. |
msoTextEffectShapeDeflateTop | 30 | Font size decreases to the text's midpoint, then increases to the starting size, while keeping the bottom of the text along the same curve. |
msoTextEffectShapeDeflateInflate | 31 | Font size increases to the text's midpoint, then decreases to the starting size. |
msoTextEffectShapeDeflateInflateDeflate | 32 | Font size decreases, increases, and decreases again across the text. |
msoTextEffectShapeFadeRight | 33 | Right side of text appears to be closer to the viewer than left side. |
msoTextEffectShapeFadeLeft | 34 | Left side of text appears to be closer to the viewer than right side. |
msoTextEffectShapeFadeUp | 35 | Bottom of text appears to be closer to the viewer than top. |
msoTextEffectShapeFadeDown | 36 | Top of the text appears to be closer to the viewer than bottom of the text. |
msoTextEffectShapeSlantUp | 37 | Text slants up and to the right. |
msoTextEffectShapeSlantDown | 38 | Text slants down and to the right. |
msoTextEffectShapeCascadeUp | 39 | Text slants down and to the right as font size increases. |
msoTextEffectShapeCascadeDown | 40 | Text slants up and to the right as font size decreases. |
Remarks
You can see a preview of each text effect shape by selecting WordArt Shape in the WordArt toolbar.