Back to Devexpress

HtmlDocumentExporterOptions.UnderlineTocHyperlinks Property

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-htmldocumentexporteroptions-e686c538.md

latest1.8 KB
Original Source

HtmlDocumentExporterOptions.UnderlineTocHyperlinks Property

Gets or sets whether Table of Contents entries are underlined in a document exported to HTML format.

Namespace : DevExpress.XtraRichEdit.Export

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue(true)]
public virtual bool UnderlineTocHyperlinks { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property UnderlineTocHyperlinks As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to set the underline attribute for the TOC entry font; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UnderlineTocHyperlinks
RichEditDocumentExportOptions

.Html .UnderlineTocHyperlinks

|

See Also

HtmlDocumentExporterOptions Class

HtmlDocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace