Gets or sets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted.
public HighlightMode HighlightMode { get; set; }
Public Property HighlightMode() As HighlightMode
Member | Description |
---|---|
Activated | A footnote number is highlighted when it contains the text input position. |
Always | All footnote numbers are highlighted. |
Never | Default. No footnote number is highlighted. |
Auto | This value cannot be used for this property. |