CssPropertiesExportType Enum
In This Article
Lists possible ways to export style information.
Namespace: DevExpress.XtraRichEdit.Export.Html
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Style | CSS is included in a <STYLE> tag. |
Link | CSS is included as a link to an external CSS-file. |
Inline | CSS is embedded by placing it as an attribute to an HTML tag. |
#Passed To
You can pass CssPropertiesExportType values to the HtmlDocumentExporterOptions.CssPropertiesExportType property.
See Also