Click or drag to resize

CssStyleSheetType Enumeration

Represents the type of CSS style sheet.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum CssStyleSheetType
Members
Member name Value Description
External 0 Specifies External sheet type.
Internal 1 Specifies Internal sheet type.
Inline 2 Specifies Inline sheet type.
See Also