1 fo.table-cell
<fo.table-cell
padding-top='padding-top'
padding-left='padding-left'
border-style='none|dotted|dashed|solid|double|groove|ridge|inset|outset'
border-width='border-width'
border-color='border-color'
background-color='background-color'
font-family='font-family'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Apadding-top | string | The padding-top property describes how much space to place between the top edge and the
selector content.
The value can be a length or a percentage. The percentage values referred to the width of the parent element. Negative values are not allowed. For example: padding-top='2.0pt'. |
|||
Apadding-left | string | The padding-left property describes how much space to place between the left edge
and the selector content.
The value can be a length or a percentage. The percentage values refer to the width of the parent element. Negative values are not allowed. For example: padding-left='2.0pt'. |
|||
Aborder-style | string | The property border-style establishes the style of the edge of an element.
This property must be specified so that the edge is visible. Between one and four keywords are specified. If four values are given, they apply to the styles of the upper, right, lower and left edges, respectively. If a value is given, it is applied to all sides. If two or three values are given, the missing values are taken from the opposite side. For example: border-style='solid'.
|
|||
Aborder-width | string | The border-width property is used to establish the edge width of a specified element
between one and four values, where each value is a keyword or a length.
The negative values are not allowed. If four values are given, they are applied to the width of the upper, right, lower and left edges, respectively. If a value is given, it is applied to all sides. If two or three values are given, the missing values are taken from the opposite side. For example: border-width='0.5pt'. |
|||
Aborder-color | string | The border-color property sets the color of an element's border.
Between one and four colour values are specified. If four values are given, they are applied to the colours of the upper, right, lower and left edges, respectively. If a value is given, it is applies in all sides. If two or three values are given, the missing values are taken from the opposite side. For example: border-color='black'. |
|||
Abackground-color | string |
The background-color property establish the background colour of an element. For example: background-color='white'. |
|||
Afont-family | string |
The font family property establish the font family of an element. For example: font-family='Arial'. |