Interface LineStyleEntry

Hierarchy

  • LineStyleEntry

Properties

dashed: StyleObject<{}>

A series of square-ended dashes.

dotted: StyleObject<{}>

A series of round dots.

double: StyleObject<{}>

Two parallel solid lines with some space between them.

groove: StyleObject<{}>

Looks as if it were carved in the canvas.

hidden: StyleObject<{}>

Same as ‘none’, but has different behavior in the border conflict resolution rules for border-collapsed tables.

inset: StyleObject<{}>

Looks as if the content on the inside of the border is sunken into the canvas.

none: StyleObject<{}>

No border. Color and width are ignored.

outset: StyleObject<{}>

Looks as if the content on the inside of the border is coming out of the canvas.

ridge: StyleObject<{}>

Looks as if it were coming out of the canvas.

solid: StyleObject<{}>

A single line segment.