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
|
<refentry id="xmlroff-keep-togetherwithin-line">
<refmeta>
<refentrytitle role="top_of_page" id="xmlroff-keep-togetherwithin-line.top_of_page">keep-together.within-line</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>keep-together.within-line</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv id="xmlroff-keep-togetherwithin-line.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
<link linkend="FoPropertyKeepTogetherWithinLine">FoPropertyKeepTogetherWithinLine</link>;
<link linkend="FoPropertyKeepTogetherWithinLineClass">FoPropertyKeepTogetherWithinLineClass</link>;
<link linkend="FoProperty">FoProperty</link>* <link linkend="fo-property-keep-together-within-line-new">fo_property_keep_together_within_line_new</link>
(void);
<link linkend="FoProperty">FoProperty</link>* <link linkend="fo-property-keep-together-within-line-get-initial">fo_property_keep_together_within_line_get_initial</link>
(void);
</synopsis>
</refsynopsisdiv>
<refsect1 id="xmlroff-keep-togetherwithin-line.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 id="xmlroff-keep-togetherwithin-line.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoPropertyKeepTogetherWithinLine" role="struct">
<title>FoPropertyKeepTogetherWithinLine</title>
<indexterm zone="FoPropertyKeepTogetherWithinLine"><primary>FoPropertyKeepTogetherWithinLine</primary></indexterm><programlisting>typedef struct _FoPropertyKeepTogetherWithinLine FoPropertyKeepTogetherWithinLine;</programlisting>
<para>
</para></refsect2>
<refsect2 id="FoPropertyKeepTogetherWithinLineClass" role="struct">
<title>FoPropertyKeepTogetherWithinLineClass</title>
<indexterm zone="FoPropertyKeepTogetherWithinLineClass"><primary>FoPropertyKeepTogetherWithinLineClass</primary></indexterm><programlisting>typedef struct _FoPropertyKeepTogetherWithinLineClass FoPropertyKeepTogetherWithinLineClass;</programlisting>
<para>
</para></refsect2>
<refsect2 id="fo-property-keep-together-within-line-new" role="function">
<title>fo_property_keep_together_within_line_new ()</title>
<indexterm zone="fo-property-keep-together-within-line-new"><primary>fo_property_keep_together_within_line_new</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>* fo_property_keep_together_within_line_new
(void);</programlisting>
<para>
Creates a new <link linkend="FoPropertyKeepTogetherWithinLine"><type>FoPropertyKeepTogetherWithinLine</type></link> initialized to default value.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the new <link linkend="FoPropertyKeepTogetherWithinLine"><type>FoPropertyKeepTogetherWithinLine</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-property-keep-together-within-line-get-initial" role="function">
<title>fo_property_keep_together_within_line_get_initial ()</title>
<indexterm zone="fo-property-keep-together-within-line-get-initial"><primary>fo_property_keep_together_within_line_get_initial</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>* fo_property_keep_together_within_line_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> :</term><listitem><simpara> An instance of the property.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
</refsect1>
</refentry>
|