Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

XSL-FO block-container object


May 28, 2021 XSL-FO


Table of contents


XSL-FO block-container object

XSL-FO block-container object XSL-FO reference manual

This section describes the block-container object in XSL-FO, and you'll learn about its definition, syntax, and properties.


Definitions and usages

The object is used to create a block-level reference area - this often contains different write patterns or different reference directions to rotate the content.


Grammar

<fo:block-container>
<!--
Contents:(block|block-container|
table-and-caption|table|list-block)+
-->
</fo:block-container>

Property

Property [A-C] Property [D-Z]
absolute-position display-align
background-attachment end-indent
background-color height
background-image id
background-repeat inline-progression-dimension
background-position-horizontal intrusion-displace
background-position-vertical keep-together
border-after-color keep-with-next
border-after-style keep-with-previous
border-after-width left
border-before-color margin-bottom
border-before-style margin-left
border-before-width margin-right
border-bottom-color margin-top
border-bottom-style overflow
border-bottom-width padding-after
border-end-color padding-before
border-end-style padding-bottom
border-end-width padding-end
border-left-color padding-left
border-left-style padding-right
border-left-width padding-start
border-right-color padding-top
border-right-style reference-orientation
border-right-width right
border-start-color space-after
border-start-style space-before
border-start-width span
border-top-color start-indent
border-top-style top
border-top-width width
bottom writing-mode
break-after z-index
break-before
clip


XSL-FO block-container object XSL-FO reference manual