Click or drag to resize

MamlRendererTryStartNewMamlFile Method

Try to start a new maml file.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool TryStartNewMamlFile(
	HeadingBlock headingBlock
)

Parameters

headingBlock  HeadingBlock
The heading block that might trigger the start of a new maml file..

Return Value

Boolean
True if a new Maml file was started; otherwise, false.
See Also