HtmlExportOptions Properties |
The HtmlExportOptions type exposes the following members.
Properties | Name | Description |
---|
| BodyTextFontFamily |
Gets or sets the font family of the body text that later on is rendered out of the Html file.
We need this here because we have to convert the formulas to images, and need therefore the image size.
|
| BodyTextFontSize |
Gets or sets the font size of the body text that later on is rendered out of the Html file.
We need this here because we have to convert the formulas to images, and need therefore the image size.
|
| EnableHtmlEscape | |
| EnableLinkToNextSection |
If true, a link to the next section is inserted at the end of each Html document.
|
| EnableLinkToPreviousSection |
If true, a link to the previous section is inserted at the beginning of each Html document.
|
| EnableLinkToTableOfContents |
If true, a link to the next section is inserted at the end of each Html document.
|
| EnableRemoveOldContentsOfImageFolder |
If set to true, all files residing in the image folder are deleted before exporting the new image files.
|
| EnableRemoveOldContentsOfOutputFolder |
If set to true, all .html files residing in the output directory will be removed before exporting.
|
| ExpandChildDocuments |
If true, included child documents are expanded before the markdown document is processed.
|
| ImageFolderName |
Gets or sets the name of the image folder. This folder, for instance 'Image', is relative to the folder where the output file(s) are located.
|
| LinkToNextSectionLabelText |
Gets or sets the text that is inserted immediately before the link to the next section.
|
| LinkToPreviousSectionLabelText |
Gets or sets the text that is inserted immediately before the link to the next section.
|
| LinkToTableOfContentsLabelText |
Gets or sets the text that is inserted immediately before the link to the next section.
|
| OpenHtmlViewer |
If true, the default Htlm viewer application is opened after the Html files were exported.
|
| OutputFileName |
Gets or sets the output file. This is the base name, which is amended with numbers.
|
| RenumerateFigures |
If true, figures will be renumerated and the links to those figures updated.
|
| SplitLevel |
The header level where to split the output into different Html files.
0 = render in only one file. 1 = Split at header level 1, 2 = split at header level 2, and so on.
|
TopSee Also