toc.line.properties
attribute set
toc.line.properties
Properties for lines in ToC and LoTs
justify
start
Description
Properties which are applied to every line in ToC (or LoT). You can
modify them in order to change appearance of all, or some lines. For
example in order to make lines for chapters in bold specify the
following in your customization layer.
<xsl:attribute-set name="toc.line.properties">
<xsl:attribute name="font-weight">
<xsl:when test="self::chapter | self::preface | self::appendix">bold</xsl:when>
<xsl:otherwise>normal</xsl:otherwise>
</xsl:attribute>
</xsl:attribute-set>