Schema Central  >  XSL-FO 1.1  >  fo.xsd  >  fo:border-style
Advanced search

fo:border-style

The line style of a box's border (solid, double, dashed, etc.).

See http://www.w3.org/TR/CSS21/box.html#value-def-border-style

Simple type information

Namespace: http://www.w3.org/1999/XSL/Format

Schema document: fo.xsd

Content

  • Type based on xsd:token
    • Valid valueDescription
      noneNo border; the computed border width is zero.
      hiddenSame as 'none', except in terms of border conflict resolution for table elements.
      dottedA series of dots.
      dashedA series of short line segments.
      solidA single line segment.
      doubleTwo solid lines. The sum of the two lines and the space between them equals the value of 'border-width'.
      grooveThe border looks as though it were carved into the canvas.
      ridgeThe opposite of 'groove': the border looks as though it were coming out of the canvas.
      insetThe border makes the box look as though it were embedded in the canvas.
      outsetThe opposite of 'inset': the border makes the box look as though it were coming out of the canvas.

Used in

Type inheritance chain