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 value Description none No border; the computed border width is zero. hidden Same as 'none', except in terms of border conflict resolution for table elements. dotted A series of dots. dashed A series of short line segments. solid A single line segment. double Two solid lines. The sum of the two lines and the space between them equals the value of 'border-width'. groove The border looks as though it were carved into the canvas. ridge The opposite of 'groove': the border looks as though it were coming out of the canvas. inset The border makes the box look as though it were embedded in the canvas. outset The opposite of 'inset': the border makes the box look as though it were coming out of the canvas.
Used in
- Anonymous type within attribute border-style
- Attribute change-bar-style
- Attribute border-before-style via derived type fo:border-style-or-inherit
- Attribute border-after-style via derived type fo:border-style-or-inherit
- Attribute border-start-style via derived type fo:border-style-or-inherit
- Attribute border-end-style via derived type fo:border-style-or-inherit
- Attribute border-top-style via derived type fo:border-style-or-inherit
- Attribute border-bottom-style via derived type fo:border-style-or-inherit
- Attribute border-left-style via derived type fo:border-style-or-inherit
- Attribute border-right-style via derived type fo:border-style-or-inherit
Type inheritance chain
- xsd:token
- restricted by fo:border-style
- used as member of union type Type fo:border-style-or-inherit
- used as member of union type Anonymous type within union typefo:border-combined
- used as item of list type Anonymous type within attribute border-style
- restricted by fo:border-style