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 104 105 106 107 108
|
<refentry id="xmlroff-border-left-width">
<refmeta>
<refentrytitle role="top_of_page" id="xmlroff-border-left-width.top_of_page">border-left-width</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>border-left-width</refname>
<refpurpose>'border-left-width' property</refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv id="xmlroff-border-left-width.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<anchor id="FoPropertyBorderLeftWidth"/>
<synopsis>
#include <libfo/property/fo-property-border-left-width.h>
<link linkend="FoPropertyBorderLeftWidth-struct">FoPropertyBorderLeftWidth</link>;
<link linkend="FoPropertyBorderLeftWidthClass">FoPropertyBorderLeftWidthClass</link>;
<link linkend="FoProperty">FoProperty</link>* <link linkend="fo-property-border-left-width-new">fo_property_border_left_width_new</link> (void);
<link linkend="FoProperty">FoProperty</link>* <link linkend="fo-property-border-left-width-get-initial">fo_property_border_left_width_get_initial</link>
(void);
</synopsis>
</refsynopsisdiv>
<refsect1 id="xmlroff-border-left-width.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="FoProperty">FoProperty</link>
+----FoPropertyBorderLeftWidth
</synopsis>
</refsect1>
<refsect1 id="xmlroff-border-left-width.description" role="desc">
<title role="desc.title">Description</title>
<para>
Inherited: FALSE
</para>
<para>
Shorthand: FALSE
</para>
<para>
Value: <border-width> | inherit
</para>
<para>
Initial value: medium</para>
<para>
</para>
</refsect1>
<refsect1 id="xmlroff-border-left-width.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoPropertyBorderLeftWidth-struct" role="struct">
<title>FoPropertyBorderLeftWidth</title>
<indexterm zone="FoPropertyBorderLeftWidth-struct"><primary>FoPropertyBorderLeftWidth</primary></indexterm><programlisting>typedef struct _FoPropertyBorderLeftWidth FoPropertyBorderLeftWidth;</programlisting>
<para>
</para></refsect2>
<refsect2 id="FoPropertyBorderLeftWidthClass" role="struct">
<title>FoPropertyBorderLeftWidthClass</title>
<indexterm zone="FoPropertyBorderLeftWidthClass"><primary>FoPropertyBorderLeftWidthClass</primary></indexterm><programlisting>typedef struct _FoPropertyBorderLeftWidthClass FoPropertyBorderLeftWidthClass;</programlisting>
<para>
</para></refsect2>
<refsect2 id="fo-property-border-left-width-new" role="function">
<title>fo_property_border_left_width_new ()</title>
<indexterm zone="fo-property-border-left-width-new"><primary>fo_property_border_left_width_new</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>* fo_property_border_left_width_new (void);</programlisting>
<para>
Creates a new <link linkend="FoPropertyBorderLeftWidth"><type>FoPropertyBorderLeftWidth</type></link> initialized to default value.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the new <link linkend="FoPropertyBorderLeftWidth"><type>FoPropertyBorderLeftWidth</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-property-border-left-width-get-initial" role="function">
<title>fo_property_border_left_width_get_initial ()</title>
<indexterm zone="fo-property-border-left-width-get-initial"><primary>fo_property_border_left_width_get_initial</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>* fo_property_border_left_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>
|