alexa

    Show / Hide Table of Contents

    Enum CssStyleSheetType

    Specifies the Css style sheet type.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public enum CssStyleSheetType

    Fields

    Name Description
    External

    CSS styles are specified in the style tag.

    Inline

    CSS styles are specified in a separate file with .css extension.

    Back to top Generated by DocFX