para.properties.xml 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="para.properties">
  7. <refmeta>
  8. <refentrytitle>para.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>para.properties</refname>
  13. <refpurpose>Properties to apply to para elements</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="para.properties.frag"><xsl:attribute-set name="para.properties" use-attribute-sets="normal.para.spacing">
  17. </xsl:attribute-set></src:fragment>
  18. </refsynopsisdiv>
  19. <refsection><info><title>Description</title></info>
  20. <para>Specify properties to apply to the fo:block of a para element,
  21. such as <literal>text-indent</literal>.
  22. Although the default attribute-set is empty, it uses the attribute-set
  23. named <literal>normal.para.spacing</literal> to add vertical space before
  24. each para. The <literal>para.properties</literal> attribute-set can override those
  25. spacing properties for para only.</para>
  26. <para>See also
  27. <link linkend="normal.para.spacing">normal.para.spacing</link>.
  28. </para>
  29. </refsection>
  30. </refentry>