MamlRendererTryStartNewMamlFile Method |
Try to start a new maml file.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool TryStartNewMamlFile(
HeadingBlock headingBlock
)
Parameters
- headingBlock HeadingBlock
- The heading block that might trigger the start of a new maml file..
Return Value
BooleanTrue if a new Maml file was started; otherwise, false.
See Also