Click or drag to resize

MamlRenderer Constructor

Initializes a new instance of the MamlRenderer class

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MamlRenderer(
	string projectOrContentFileName,
	string contentFolderName,
	string contentFileNameBase,
	string imageFolderName,
	int splitLevel,
	bool enableHtmlEscape,
	bool autoOutline,
	bool enableLinkToPreviousSection,
	string linkToPreviousSectionLabelText,
	bool enableLinkToNextSection,
	string linkToNextSectionLabelText,
	HashSet<string> imagesFullFileNames,
	Dictionary<string, string> oldToNewImageUris,
	string bodyTextFontFamily,
	double bodyTextFontSize,
	bool isIntendedForHelp1File
)

Parameters

projectOrContentFileName  String

[Missing <param name="projectOrContentFileName"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

contentFolderName  String

[Missing <param name="contentFolderName"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

contentFileNameBase  String

[Missing <param name="contentFileNameBase"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

imageFolderName  String

[Missing <param name="imageFolderName"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

splitLevel  Int32

[Missing <param name="splitLevel"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

enableHtmlEscape  Boolean

[Missing <param name="enableHtmlEscape"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

autoOutline  Boolean

[Missing <param name="autoOutline"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

enableLinkToPreviousSection  Boolean

[Missing <param name="enableLinkToPreviousSection"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

linkToPreviousSectionLabelText  String

[Missing <param name="linkToPreviousSectionLabelText"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

enableLinkToNextSection  Boolean

[Missing <param name="enableLinkToNextSection"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

linkToNextSectionLabelText  String

[Missing <param name="linkToNextSectionLabelText"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

imagesFullFileNames  HashSetString

[Missing <param name="imagesFullFileNames"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

oldToNewImageUris  DictionaryString, String

[Missing <param name="oldToNewImageUris"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

bodyTextFontFamily  String

[Missing <param name="bodyTextFontFamily"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

bodyTextFontSize  Double

[Missing <param name="bodyTextFontSize"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

isIntendedForHelp1File  Boolean

[Missing <param name="isIntendedForHelp1File"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,System.Boolean,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,System.Boolean)"]

See Also