TextEffectFormat.NormalizedHeight Property
Excel Developer Reference |
True if all characters (both uppercase and lowercase) in the specified WordArt are the same height. Read/write MsoTriState.
Syntax
expression.NormalizedHeight
expression A variable that represents a TextEffectFormat object.
Remarks
MsoTriState can be one of these MsoTriState constants. |
msoCTrue |
msoFalse |
msoTriStateMixed |
msoTriStateToggle |
msoTrue All characters (both uppercase and lowercase) in the specified WordArt are the same height. |
Example
This example adds WordArt that contains the text "Test Effect" to myDocument
and gives the new WordArt the name "texteff1." The code then makes all characters in the shape named “texteff1” the same height.
Visual Basic for Applications |
---|
|
See Also