| 
HtmlExportOptions
CssStyleSheetType Property
  | 
 Gets or sets the type of the HTML export CSS style sheet.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public CssStyleSheetType CssStyleSheetType { get; set; }
 
Public Property CssStyleSheetType As CssStyleSheetType
	Get
	Set
 
public:
property CssStyleSheetType CssStyleSheetType {
	CssStyleSheetType get ();
	void set (CssStyleSheetType value);
}
 
member CssStyleSheetType : CssStyleSheetType with get, set
 
 
 
Property Value
 
 Type:
 
CssStyleSheetType
 
 The type of the HTML export CSS style sheet.
 
 See Also
See Also