Search Results for

    Show / Hide Table of Contents

    TCssInformation Class

    Encapsulates the information needed to create external CSS files. Note that if you use the same TCssInformation instance to create different html files, the CSS file created will be only one.

    Syntax

    Namespace: FlexCel.Render

    public class TCssInformation

    Constructors

    Name Description
    TCssInformation Overloaded
    TCssInformation(TextWriter, String)
    TCssInformation(TextWriter, String, Boolean)

    Properties

    Name Description
    Data 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.
    Url URL of the css file that will be linked to this file. If null, no CSS file will be created and all CSS information will be stored inside the html file.
    UrlNeedsEscaping If true (the default) the link you provide in Url is not escaped and will be escaped by FlexCel.
    So for example, the link "http://my site" will be escaped to "http:​//​my%​20site"​.​
    If the link you provided was already escaped, then set this variable to false.
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com