TextEffectFormat.NormalizedHeight Property

MsoTrue if all characters (both uppercase and lowercase) in the specified WordArt are the same height.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: MsoTriState

Remarks

MsoTriState can be one of these MsoTriState constants:

msoCTrue

msoFalse

msoTriStateMixed

msoTriStateToggle

msoTrue

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.Word Namespace