_Font.Hidden Property
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.
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.
public:
property int Hidden { int get(); void set(int value); };
public int Hidden { get; set; }
member this.Hidden : int with get, set
Public Property Hidden As Integer
Property Value
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.