Class CssStyleSheetType
Specifies the Css style sheet type.
Inheritance
System.Object
CssStyleSheetType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class CssStyleSheetType : Enum
Fields
External
CSS styles are specified in the style tag.
Declaration
public const CssStyleSheetType External
Field Value
Type |
---|
CssStyleSheetType |
Inline
CSS styles are specified in a separate file with .css extension.
Declaration
public const CssStyleSheetType Inline
Field Value
Type |
---|
CssStyleSheetType |