Table of Contents

Enum DisplayType

Namespace
SimpleSign.HtmlToPdf.Parsing
Assembly
SimpleSign.HtmlToPdf.dll

CSS display type.

public enum DisplayType

Fields

Block = 0

Block-level element.

Inline = 1

Inline element.

ListItem = 6

List item display.

None = 2

Hidden element (display: none).

Table = 3

Table display.

TableCell = 4

Table cell display.

TableRow = 5

Table row display.