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

XSL-FO inline-container object


May 28, 2021 XSL-FO


Table of contents


XSL-FO inline-container object

XSL-FO inline-container object XSL-FO reference manual

This section describes the definition, syntax, and properties of XSL-FO inline-container objects.


Definitions and usages

The object generates an inline reference domain (reference-area). Typically, this area contains blocks of text with different write patterns.


Grammar

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

Property

Attribute [A-B] Attribute [C-Z]
alignment-adjust clip
alignment-baseline display-align
background-attachment dominant-baseline
background-color height
background-image id
background-repeat inline-progression-dimension
background-position-horizontal keep-together
background-position-vertical keep-with-next
baseline-shift keep-with-previous
block-progression-dimension left
border-after-color line-height
border-after-style margin-bottom
border-after-width margin-left
border-before-color margin-right
border-before-style margin-top
border-before-width overflow
border-bottom-color padding-after
border-bottom-style padding-before
border-bottom-width padding-bottom
border-end-color padding-end
border-end-style padding-left
border-end-width padding-right
border-left-color padding-start
border-left-style padding-top
border-left-width reference-orientation
border-right-color relative-position
border-right-style right
border-right-width space-end
border-start-color space-start
border-start-style top
border-start-width width
border-top-color writing-mode
border-top-style
border-top-width
bottom


XSL-FO inline-container object XSL-FO reference manual