Table of Contents

Enum TableFrames

Namespace
AngleSharp.Html.Dom
Assembly
AngleSharp.dll

The list of possible table frame directives.

public enum TableFrames : byte
Extension Methods

Fields

Above = 2

The top side only.

Below = 3

The bottom side only.

Border = 8

All four sides.

Box = 1

All four sides.

HSides = 4

The top and bottom sides only.

LHS = 6

The left-hand side only.

RHS = 7

The right-hand side only.

VSides = 5

The right and left sides only.

Void = 0

No sides. This is the default value.