File: fo-property-space-before.xml

package info (click to toggle)
xmlroff 0.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 36,456 kB
  • sloc: ansic: 178,247; xml: 109,155; sh: 8,973; makefile: 1,331; perl: 30
file content (84 lines) | stat: -rw-r--r-- 3,478 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<refentry id="xmlroff-space-before">
<refmeta>
<refentrytitle role="top_of_page" id="xmlroff-space-before.top_of_page">space-before</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>space-before</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>

<refsynopsisdiv id="xmlroff-space-before.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>

<synopsis>
                    <link linkend="FoPropertySpaceBefore">FoPropertySpaceBefore</link>;
                    <link linkend="FoPropertySpaceBeforeClass">FoPropertySpaceBeforeClass</link>;
<link linkend="FoProperty">FoProperty</link>*         <link linkend="fo-property-space-before-new">fo_property_space_before_new</link>        (void);
<link linkend="FoProperty">FoProperty</link>*         <link linkend="fo-property-space-before-get-initial">fo_property_space_before_get_initial</link>
                                                        (void);
</synopsis>
</refsynopsisdiv>









<refsect1 id="xmlroff-space-before.description" role="desc">
<title role="desc.title">Description</title>
<para>

</para>
</refsect1>

<refsect1 id="xmlroff-space-before.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoPropertySpaceBefore" role="struct">
<title>FoPropertySpaceBefore</title>
<indexterm zone="FoPropertySpaceBefore"><primary>FoPropertySpaceBefore</primary></indexterm><programlisting>typedef struct _FoPropertySpaceBefore FoPropertySpaceBefore;</programlisting>
<para>

</para></refsect2>
<refsect2 id="FoPropertySpaceBeforeClass" role="struct">
<title>FoPropertySpaceBeforeClass</title>
<indexterm zone="FoPropertySpaceBeforeClass"><primary>FoPropertySpaceBeforeClass</primary></indexterm><programlisting>typedef struct _FoPropertySpaceBeforeClass FoPropertySpaceBeforeClass;</programlisting>
<para>

</para></refsect2>
<refsect2 id="fo-property-space-before-new" role="function">
<title>fo_property_space_before_new ()</title>
<indexterm zone="fo-property-space-before-new"><primary>fo_property_space_before_new</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>*         fo_property_space_before_new        (void);</programlisting>
<para>
Creates a new <link linkend="FoPropertySpaceBefore"><type>FoPropertySpaceBefore</type></link> initialized to default value.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> the new <link linkend="FoPropertySpaceBefore"><type>FoPropertySpaceBefore</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-property-space-before-get-initial" role="function">
<title>fo_property_space_before_get_initial ()</title>
<indexterm zone="fo-property-space-before-get-initial"><primary>fo_property_space_before_get_initial</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>*         fo_property_space_before_get_initial
                                                        (void);</programlisting>
<para>
Get an instance of the property with the correct initial value.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> An instance of the property.
</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>