outer.region.content.properties.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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="outer.region.content.properties">
  7. <refmeta>
  8. <refentrytitle>outer.region.content.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>outer.region.content.properties</refname>
  13. <refpurpose>Properties of running outer side content</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="outer.region.content.properties.frag">
  17. <xsl:attribute-set name="outer.region.content.properties">
  18. </xsl:attribute-set>
  19. </src:fragment>
  20. </refsynopsisdiv>
  21. <refsection><info><title>Description</title></info>
  22. <para>The FO stylesheet supports optional side regions
  23. similar to the header and footer regions.
  24. Any attributes declared in this attribute-set
  25. are applied to the fo:block in the side region
  26. on the outer side (opposite the binding side) of the page.
  27. This corresponds to the <literal>start</literal>
  28. region on odd-numbered pages and the <literal>end</literal>
  29. region on even-numbered pages.
  30. For single-sided output, it always corresponds to
  31. the <literal>start</literal> region.</para>
  32. <para>You can customize the template named
  33. <literal>outer.region.content</literal> to specify
  34. the content of the outer side region.</para>
  35. <para>See also
  36. <parameter>region.outer.properties</parameter>,
  37. <parameter>page.margin.outer</parameter>,
  38. <parameter>body.margin.outer</parameter>,
  39. and the corresponding <literal>inner</literal>
  40. parameters.</para>
  41. </refsection>
  42. </refentry>