Table of Contents

TPartialExportState.EndHtmlFile Method

Writes the "</body>" end tag in the html file and the head/html end tags. It also finalizes the parts when saving to MHTML.

Syntax

Unit: FlexCel.Render

procedure TPartialExportState.EndHtmlFile(const writer: TFlexCelWriter);

Parameters

<-> Parameter Type Description
const writer TFlexCelWriter TextWriter where we are going to save the results.

See also