[]
CSS export type.
public enum CssExportType
Public Enum CssExportType
Name | Description |
---|---|
External | Export CSS to an external CSS file. |
Inline | Export CSS with style attribute inside HTML elements. |
Internal | Export CSS with the style tag in HTML. |