Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 9f452694b2d23dacae7f9cc757f9be50 > files > 345

docbook-style-xsl-1.78.1-1.fc17.noarch.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>region.inner.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="side.region.precedence.html" title="side.region.precedence"><link rel="next" href="region.outer.properties.html" title="region.outer.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">region.inner.properties</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="side.region.precedence.html">Prev</a> </td><th width="60%" align="center">Pagination and General Styles</th><td width="20%" align="right"> <a accesskey="n" href="region.outer.properties.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="region.inner.properties"></a><div class="titlepage"></div>

<div class="refnamediv"><h2><span class="refentrytitle">region.inner.properties</span></h2><p>
region.inner.properties
 &#8212; Properties of running inner side region
</p></div>

<div class="refsynopsisdiv"><h2>Synopsis</h2>
<a name="region.inner.properties.frag"></a><pre class="programlisting">
&lt;xsl:attribute-set name="region.inner.properties"&gt;
  &lt;xsl:attribute name="border-width"&gt;0&lt;/xsl:attribute&gt;
  &lt;xsl:attribute name="padding"&gt;0&lt;/xsl:attribute&gt;
  &lt;xsl:attribute name="reference-orientation"&gt;90&lt;/xsl:attribute&gt;
&lt;/xsl:attribute-set&gt;
</pre>
</div>

<div class="refsection"><a name="idp6109520"></a><h2>Description</h2>

<p>The FO stylesheet supports optional side regions
similar to the header and footer regions.
Any attributes declared in this attribute-set 
are applied to the region element in the page master
on the inner side (binding side) of the page.
This corresponds to <code class="literal">&lt;fo:regin-start&gt;</code>
on odd-numbered pages and <code class="literal">&lt;fo:region-end&gt;</code>
on even-numbered pages.
For single-sided output, it always corresponds to
<code class="literal">&lt;fo:regin-start&gt;</code>.</p>

<p>You can customize the template named 
<code class="literal">inner.region.content</code> to specify
the content of the inner side region.</p>

<p>See also
<a href="../fo/inner.region.content.properties.html"><em class="parameter"><code>inner.region.content.properties</code></em></a>,
<a href="../fo/page.margin.inner.html"><em class="parameter"><code>page.margin.inner</code></em></a>, 
<a href="../fo/body.margin.inner.html"><em class="parameter"><code>body.margin.inner</code></em></a>,
and the corresponding <code class="literal">outer</code>
parameters.</p>

</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="side.region.precedence.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="region.outer.properties.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">side.region.precedence </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> region.outer.properties</td></tr></table></div></body></html>