Click or drag to resize

HtmlSplitRenderer Constructor

Initializes a new instance of the HtmlSplitRenderer class

Namespace: Altaxo.Text.Renderers.Html
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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

[Missing <param name="projectOrContentFileName"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

imageFolderName  String

[Missing <param name="imageFolderName"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

splitLevel  Int32

[Missing <param name="splitLevel"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

enableHtmlEscape  Boolean

[Missing <param name="enableHtmlEscape"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

autoOutline  Boolean

[Missing <param name="autoOutline"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

enableLinkToPreviousSection  Boolean

[Missing <param name="enableLinkToPreviousSection"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

linkToPreviousSectionLabelText  String

[Missing <param name="linkToPreviousSectionLabelText"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

enableLinkToNextSection  Boolean

[Missing <param name="enableLinkToNextSection"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

linkToNextSectionLabelText  String

[Missing <param name="linkToNextSectionLabelText"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

enableLinkToTableOfContents  Boolean

[Missing <param name="enableLinkToTableOfContents"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

linkToTableOfContentsLabelText  String

[Missing <param name="linkToTableOfContentsLabelText"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

imagesFullFileNames  HashSetString

[Missing <param name="imagesFullFileNames"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

oldToNewImageUris  DictionaryString, String

[Missing <param name="oldToNewImageUris"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

bodyTextFontFamily  String

[Missing <param name="bodyTextFontFamily"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

bodyTextFontSize  Double

[Missing <param name="bodyTextFontSize"/> documentation for "M:Altaxo.Text.Renderers.Html.HtmlSplitRenderer.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Double)"]

See Also