File: fo-table-part.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 (103 lines) | stat: -rw-r--r-- 4,418 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<refentry id="FoTablePart">
<refmeta>
<refentrytitle role="top_of_page" id="FoTablePart.top_of_page">FoTablePart</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>

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

<refsynopsisdiv id="FoTablePart.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>

<synopsis>
                    <link linkend="FoTablePart-struct">FoTablePart</link>;
                    <link linkend="FoTablePartClass">FoTablePartClass</link>;
<link linkend="FoFo">FoFo</link>*               <link linkend="fo-table-part-new">fo_table_part_new</link>                   (void);
<link linkend="void">void</link>                <link linkend="fo-table-part-update-from-context">fo_table_part_update_from_context</link>   (<link linkend="FoFo">FoFo</link> *fo,
                                                         <link linkend="FoContext">FoContext</link> *context);
</synopsis>
</refsynopsisdiv>

<refsect1 id="FoTablePart.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<synopsis>
  <link linkend="GObject">GObject</link>
   +----<link linkend="FoObject">FoObject</link>
         +----<link linkend="FoNode">FoNode</link>
               +----<link linkend="FoFo">FoFo</link>
                     +----<link linkend="FoMarkerParent">FoMarkerParent</link>
                           +----FoTablePart
                                 +----<link linkend="FoTableBody">FoTableBody</link>
                                 +----<link linkend="FoTableFooter">FoTableFooter</link>
                                 +----<link linkend="FoTableHeader">FoTableHeader</link>
</synopsis>

</refsect1>








<refsect1 id="FoTablePart.description" role="desc">
<title role="desc.title">Description</title>
<para>

</para>
</refsect1>

<refsect1 id="FoTablePart.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoTablePart-struct" role="struct">
<title>FoTablePart</title>
<indexterm zone="FoTablePart-struct"><primary>FoTablePart</primary></indexterm><programlisting>typedef struct _FoTablePart FoTablePart;</programlisting>
<para>

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

</para></refsect2>
<refsect2 id="fo-table-part-new" role="function">
<title>fo_table_part_new ()</title>
<indexterm zone="fo-table-part-new"><primary>fo_table_part_new</primary></indexterm><programlisting><link linkend="FoFo">FoFo</link>*               fo_table_part_new                   (void);</programlisting>
<para>
Creates a new <link linkend="FoTablePart"><type>FoTablePart</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="FoTablePart"><type>FoTablePart</type></link>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-table-part-update-from-context" role="function">
<title>fo_table_part_update_from_context ()</title>
<indexterm zone="fo-table-part-update-from-context"><primary>fo_table_part_update_from_context</primary></indexterm><programlisting><link linkend="void">void</link>                fo_table_part_update_from_context   (<link linkend="FoFo">FoFo</link> *fo,
                                                         <link linkend="FoContext">FoContext</link> *context);</programlisting>
<para>
Sets the properties of <parameter>fo</parameter> to the corresponding property values in <parameter>context</parameter>.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><parameter>fo</parameter>&nbsp;:</term>
<listitem><simpara>      The <link linkend="FoFo"><type>FoFo</type></link> object.
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>context</parameter>&nbsp;:</term>
<listitem><simpara> The <link linkend="FoContext"><type>FoContext</type></link> object from which to update the properties of <parameter>fo</parameter>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>