OLD | NEW |
| (Empty) |
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="slides.titlepage.region-body.properties"> | |
7 <refmeta> | |
8 <refentrytitle>slides.titlepage.region-body.properties</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>slides.titlepage.region-body.properties</refname> | |
13 <refpurpose>Specifies properties for slides titlepage region-body</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="slides.titlepage.region-body.properties.frag"> | |
18 <xsl:attribute-set name="slides.titlepage.region-body.properties"> | |
19 <xsl:attribute name="margin-bottom">0pt</xsl:attribute> | |
20 <xsl:attribute name="margin-top">0pt</xsl:attribute> | |
21 <xsl:attribute name="column-count"> | |
22 <xsl:value-of select="$column.count.body"/> | |
23 </xsl:attribute> | |
24 </xsl:attribute-set> | |
25 </src:fragment> | |
26 </refsynopsisdiv> | |
27 | |
28 <refsection><info><title>Description</title></info> | |
29 | |
30 <para>This parameter specifies properties for the slides titlepage region-body.<
/para> | |
31 | |
32 </refsection> | |
33 </refentry> | |
OLD | NEW |