Table of Contents

TCssInformation.TCssInformation Constructor

Overloads

TCssInformation.TCssInformation(TextWriter, String)

Creates a new instance of TCssInformation.

Syntax

Namespace: FlexCel.Render

public TCssInformation(TextWriter aData, String aUrl)

Parameters

<-> Parameter Type Description
aData TextWriter HtmlTextWriter where an external CSS file will be stored. If null, no CSS file will be created. A link to a CSS file might be still included if you set the Url to a non null value.
aUrl String URL of the css file that will be linked to this file. If null, all css information will be stored inside the html file.

See also

TCssInformation.TCssInformation(TextWriter, String, Boolean)

Creates a new instance of TCssInformation.

Syntax

Namespace: FlexCel.Render

public TCssInformation(TextWriter aData, String aUrl, Boolean aUrlNeedsEscaping)

Parameters

<-> Parameter Type Description
aData TextWriter HtmlTextWriter where an external CSS file will be stored. If null, no CSS file will be created. A link to a CSS file might be still included if you set the Url to a non null value.
aUrl String URL of the css file that will be linked to this file. If null, all css information will be stored inside the html file.
aUrlNeedsEscaping Boolean If true the link you provide in aUrl is not escaped and will be escaped by FlexCel.

See also