Skip to main content

CssPropertiesExportType Enum

Lists possible ways to export style information.

Namespace: DevExpress.XtraRichEdit.Export.Html

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public enum CssPropertiesExportType

#Members

Name Description
Style

CSS is included in a <STYLE> tag.

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