_Font.Hidden Property

True if the font is formatted as hidden text. Returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle. Read/write Integer.

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

Syntax

'Declaration
Property Hidden As Integer
    Get
    Set
'Usage
Dim instance As _Font
Dim value As Integer

value = instance.Hidden

instance.Hidden = value
int Hidden { get; set; }

Property Value

Type: System.Int32

Remarks

To control the display of hidden text, use the ShowHiddenText property of the View object.

To control whether properties and methods that return Range objects include or exclude hidden text when hidden text isn't displayed, use the IncludeHiddenText property of the TextRetrievalMode object.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace