HtmlSplitRenderer Constructor |
Namespace: Altaxo.Text.Renderers.HtmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic HtmlSplitRenderer(
string projectOrContentFileName,
string imageFolderName,
int splitLevel,
bool enableHtmlEscape,
bool autoOutline,
bool enableLinkToPreviousSection,
string linkToPreviousSectionLabelText,
bool enableLinkToNextSection,
string linkToNextSectionLabelText,
bool enableLinkToTableOfContents,
string linkToTableOfContentsLabelText,
HashSet<string> imagesFullFileNames,
Dictionary<string, string> oldToNewImageUris,
string bodyTextFontFamily,
double bodyTextFontSize
)
Parameters
- projectOrContentFileName String
- The project or content file name used to determine the output location.
- imageFolderName String
- The folder name used for exported images.
- splitLevel Int32
- The heading level at which the output is split into separate files.
- enableHtmlEscape Boolean
- A value indicating whether HTML escaping is enabled.
- autoOutline Boolean
- A value indicating whether an outline is generated automatically.
- enableLinkToPreviousSection Boolean
- A value indicating whether a link to the previous section is generated.
- linkToPreviousSectionLabelText String
- The label text for the link to the previous section.
- enableLinkToNextSection Boolean
- A value indicating whether a link to the next section is generated.
- linkToNextSectionLabelText String
- The label text for the link to the next section.
- enableLinkToTableOfContents Boolean
- A value indicating whether a link to the table of contents is generated.
- linkToTableOfContentsLabelText String
- The label text for the link to the table of contents.
- imagesFullFileNames HashSetString
- The full file names of the images referenced by the document.
- oldToNewImageUris DictionaryString, String
- The mapping from original image URIs to generated image URIs.
- bodyTextFontFamily String
- The font family used for body text.
- bodyTextFontSize Double
- The font size used for body text.
See Also