XSL-FO padding Properties Property
Definition and Usage
The padding-start property specifies the padding on the
start-edge of the area.
The padding-end property specifies the padding on the
end-edge of the area.
The padding-before property specifies the padding on the
before-edge of the area.
The padding-after property specifies the padding on the
after-edge of the area.
The padding-top property specifies the padding on the
top-edge of the area.
The padding-bottom property specifies the padding on the
bottom-edge of the area.
The padding-left property specifies the padding on the
left-edge of the area.
The padding-right property specifies the padding on the
right-edge of the area.
Details
- Inherited: no
- Percentages: refer to width of containing block
- Media: visual
Property Values
| Value |
Description |
| auto |
The browser sets the padding |
| length |
Default 0 pt. Specifies a fixed width |
| percentage |
Specifies a width in %. The % is calculated with respect to
the width of the box's containing block |
| length-conditional |
A compound value that specifies the width and any
conditionality of the padding |
Learn XML with <oXygen/> XML Editor - Free Trial!
 |
|
oXygen helps you learn to define,
edit, validate and transform XML documents. Supported technologies include XML Schema,
DTD, Relax NG, XSLT, XPath, XQuery, CSS.
Understand in no time how XSLT and XQuery work by using the intuitive oXygen debugger!
Do you have any XML related questions? Get free answers from the oXygen
XML forum
and from the video
demonstrations.
Download a FREE 30-day trial today!
|
|