Partager via


TextEffectFormat.NormalizedHeight Property

Determines whether the characters (both uppercase and lowercase) in the specified WordArt are the same height. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property NormalizedHeight As MsoTriState
    Get
    Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoTriState

value = instance.NormalizedHeight

instance.NormalizedHeight = value
MsoTriState NormalizedHeight { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value returned by the NormalizedHeight property can be one of the following MsoTriState constants:

Constant

Description

msoFalse

All characters (both uppercase and lowercase) in the specified WordArt are not the same height.

msoTrue

All characters (both uppercase and lowercase) in the specified WordArt are the same height.

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.PowerPoint Namespace