Back to Devexpress

HtmlDocumentExporterOptions.FootNoteNamePrefix Property

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-htmldocumentexporteroptions-43061b89.md

latest2.0 KB
Original Source

HtmlDocumentExporterOptions.FootNoteNamePrefix Property

Gets or sets the string used to construct the name of the footnote reference in an exported document.

Namespace : DevExpress.XtraRichEdit.Export

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue("")]
public string FootNoteNamePrefix { get; set; }
vb
<DefaultValue("")>
Public Property FootNoteNamePrefix As String

Property Value

TypeDefaultDescription
StringString.Empty

A string used as a footnote name prefix.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FootNoteNamePrefix
RichEditDocumentExportOptions

.Html .FootNoteNamePrefix

|

Remarks

The FootNoteNamePrefix specifies a prefix to compose a string that will be used as the name attribute of the Anchor tag in the resulting HTML document. By default, it is ‘_ftn’.

See Also

HtmlDocumentExporterOptions Class

HtmlDocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace