page.height — The height of the physical page
§88: §127 |
1| <xsl:param name="page.height"> | <xsl:choose> | <xsl:when test="$page.orientation = 'portrait'"> | <xsl:value-of select="$page.height.portrait"/> 5| </xsl:when> | <xsl:otherwise> | <xsl:value-of select="$page.width.portrait"/> | </xsl:otherwise> | </xsl:choose> 10| </xsl:param> |
The page height is generally calculated from the paper.type and page.orientation.