Search Results for

    Show / Hide Table of Contents

    THtmlExtraInfo Class

    Stores extra data to write in the HTML file.

    Syntax

    Unit: FlexCel.Render

    THtmlExtraInfo = class(TFlexCelObject);

    Properties

    Name Description
    Title Title of the HTML file. If left null, the title of the page will be used.
    Meta Extra strings to be added in the meta section of the header. You could specify keywords here, for example.
    HeadStart Extra strings to be added after the opening <head> tag.
    HeadEnd Extra strings to be added before the closing </head> tag.
    BodyStart Extra strings to be added after the opening <body> tag and before the table data.
    BodyEnd Extra strings to be added before the closing </body> tag and after the table data.
    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.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com