para.properties — Properties to apply to para elements
<xsl:attribute-set name="para.properties" use-attribute-sets="normal.para.spacing"> </xsl:attribute-set>
Specify properties to apply to the fo:block of a para element,
such as text-indent
.
Although the default attribute-set is empty, it uses the attribute-set
named normal.para.spacing
to add vertical space before
each para. The para.properties
attribute-set can override those
spacing properties for para only.
See also normal.para.spacing.