Skip to main content
A newer version of this page is available. .

HtmlLineDirection Enum

Lists the acceptable line directions for HTML export.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public enum HtmlLineDirection

Members

Name Description
Default

Specifies the default line direction when exported into HTML.

Vertical

Specifies the vertical line in HTML export.

Horizontal

Specifies the horizontal line in HTML export.

Related API Members

The following properties accept/return HtmlLineDirection values:

Remarks

Since the HTML standard does not support arbitrary line directions, the LineBrick must provide additional information on line direction in export output.

See Also