Back to Devexpress

HtmlLineDirection Enum

corelibraries-devexpress-dot-xtraprinting-9f125ab1.md

latest1.5 KB
Original Source

HtmlLineDirection Enum

Lists the acceptable line directions for HTML export.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum HtmlLineDirection
vb
Public Enum HtmlLineDirection

Members

NameDescription
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.

|

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

Html

Horizontal

Vertical

DevExpress.XtraPrinting Namespace