Enum SaveOptions.HtmlBorderLineType

SaveOptions.HtmlBorderLineType enumeration

Represents line types that can be used in result document for drawing borders or another lines

public enum HtmlBorderLineType

Values

NameValueDescription
None0No line will be shown.
Dotted1Dotted line will be shown.
Dashed2Dashed line will be shown.
Solid3Solid line will be shown.
Double4Double line will be shown.
Groove5Groove line will be shown.
Ridge6Ridge line will be shown.
Inset7Inset line will be shown.
Outset8Outset line will be shown.

See Also