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-border-after-width">
<refmeta>
<refentrytitle role="top_of_page" id="xmlroff-border-after-width.top_of_page">border-after-width</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>border-after-width</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv id="xmlroff-border-after-width.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
<link linkend="FoPropertyBorderAfterWidth">FoPropertyBorderAfterWidth</link>;
<link linkend="FoPropertyBorderAfterWidthClass">FoPropertyBorderAfterWidthClass</link>;
<link linkend="FoProperty">FoProperty</link>* <link linkend="fo-property-border-after-width-new">fo_property_border_after_width_new</link> (void);
<link linkend="FoProperty">FoProperty</link>* <link linkend="fo-property-border-after-width-get-initial">fo_property_border_after_width_get_initial</link>
(void);
</synopsis>
</refsynopsisdiv>
<refsect1 id="xmlroff-border-after-width.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 id="xmlroff-border-after-width.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoPropertyBorderAfterWidth" role="struct">
<title>FoPropertyBorderAfterWidth</title>
<indexterm zone="FoPropertyBorderAfterWidth"><primary>FoPropertyBorderAfterWidth</primary></indexterm><programlisting>typedef struct _FoPropertyBorderAfterWidth FoPropertyBorderAfterWidth;</programlisting>
<para>
</para></refsect2>
<refsect2 id="FoPropertyBorderAfterWidthClass" role="struct">
<title>FoPropertyBorderAfterWidthClass</title>
<indexterm zone="FoPropertyBorderAfterWidthClass"><primary>FoPropertyBorderAfterWidthClass</primary></indexterm><programlisting>typedef struct _FoPropertyBorderAfterWidthClass FoPropertyBorderAfterWidthClass;</programlisting>
<para>
</para></refsect2>
<refsect2 id="fo-property-border-after-width-new" role="function">
<title>fo_property_border_after_width_new ()</title>
<indexterm zone="fo-property-border-after-width-new"><primary>fo_property_border_after_width_new</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>* fo_property_border_after_width_new (void);</programlisting>
<para>
Creates a new <link linkend="FoPropertyBorderAfterWidth"><type>FoPropertyBorderAfterWidth</type></link> initialized to default value.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the new <link linkend="FoPropertyBorderAfterWidth"><type>FoPropertyBorderAfterWidth</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-property-border-after-width-get-initial" role="function">
<title>fo_property_border_after_width_get_initial ()</title>
<indexterm zone="fo-property-border-after-width-get-initial"><primary>fo_property_border_after_width_get_initial</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>* fo_property_border_after_width_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>
|