~ubuntu-branches/ubuntu/vivid/docbook-xsl-doc/vivid

« back to all changes in this revision

Viewing changes to doc/fo/inner.region.content.properties.html

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-26 00:54:15 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130526005415-uktl1p29syniq984
Tags: 1.78.1-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed field.
  (Standards-Version): Bumped to 3.9.4.
* debian/watch: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>inner.region.content.properties</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="general.html" title="Pagination and General Styles"><link rel="prev" href="region.outer.properties.html" title="region.outer.properties"><link rel="next" href="outer.region.content.properties.html" title="outer.region.content.properties"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">inner.region.content.properties</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="region.outer.properties.html">Prev</a>�</td><th width="60%" align="center">Pagination and General Styles</th><td width="20%" align="right">�<a accesskey="n" href="outer.region.content.properties.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="inner.region.content.properties"></a><div class="titlepage"></div>
 
2
 
 
3
<div class="refnamediv"><h2><span class="refentrytitle">inner.region.content.properties</span></h2><p>
 
4
inner.region.content.properties
 
5
 &#8212; Properties of running inner side content
 
6
</p></div>
 
7
 
 
8
<div class="refsynopsisdiv"><h2>Synopsis</h2>
 
9
<a name="inner.region.content.properties.frag"></a><pre class="programlisting">
 
10
&lt;xsl:attribute-set name="inner.region.content.properties"&gt;
 
11
&lt;/xsl:attribute-set&gt;
 
12
</pre>
 
13
</div>
 
14
 
 
15
<div class="refsection"><a name="idp6132848"></a><h2>Description</h2>
 
16
 
 
17
<p>The FO stylesheet supports optional side regions
 
18
similar to the header and footer regions.
 
19
Any attributes declared in this attribute-set 
 
20
are applied to the fo:block in the side region
 
21
on the inner side (binding side) of the page.
 
22
This corresponds to the <code class="literal">start</code>
 
23
region on odd-numbered pages and the <code class="literal">end</code>
 
24
region on even-numbered pages.
 
25
For single-sided output, it always corresponds to
 
26
the <code class="literal">start</code> region.</p>
 
27
 
 
28
<p>You can customize the template named 
 
29
<code class="literal">inner.region.content</code> to specify
 
30
the content of the inner side region.</p>
 
31
 
 
32
<p>See also
 
33
<a href="../fo/region.inner.properties.html"><em class="parameter"><code>region.inner.properties</code></em></a>,
 
34
<a href="../fo/page.margin.inner.html"><em class="parameter"><code>page.margin.inner</code></em></a>, 
 
35
<a href="../fo/body.margin.inner.html"><em class="parameter"><code>body.margin.inner</code></em></a>,
 
36
and the corresponding <code class="literal">outer</code>
 
37
parameters.</p>
 
38
 
 
39
</div>
 
40
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="region.outer.properties.html">Prev</a>�</td><td width="20%" align="center"><a accesskey="u" href="general.html">Up</a></td><td width="40%" align="right">�<a accesskey="n" href="outer.region.content.properties.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">region.outer.properties�</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">�outer.region.content.properties</td></tr></table></div></body></html>
 
41