Table of Contents

THtmlExtraInfo Class

Stores extra data to write in the HTML file.

Syntax

Namespace: FlexCel.Render

public class THtmlExtraInfo

Properties

Name Description
BodyEnd Extra strings to be added before the closing </body> tag and after the table data.
BodyStart Extra strings to be added after the opening <body> tag and before the table data.
HeadEnd Extra strings to be added before the closing </head> tag.
HeadStart Extra strings to be added after the opening <head> tag.
Meta Extra strings to be added in the meta section of the header. You could specify keywords here, for example.
PrintAreaSeparator Extra strings to be added after each section of a non-contiguous print area has been exported.
Note that normally print areas are square, and in that case this property has no effect. This property only works when the print area has more than one section.
Title Title of the HTML file. If left null, the title of the page will be used.