Lines Matching full:style
35 …s ODT text style definition in $style with the wanted properties. Returns NULL, if no relevant pro…
36 'params' => array('$style' => 'string',
40 'return' => array('ODT text style name' => 'string'),
44 …T paragrap style definition in $style with the wanted properties. Returns NULL, if no relevant pro…
45 'params' => array('$style' => 'string',
49 'return' => array('ODT paragraph style name' => 'string'),
53 … ODT table style definition in $style with the wanted properties. Returns NULL, if no relevant pro…
54 'params' => array('$style' => 'string',
58 'return' => array('ODT table style name' => 'string'),
62 … table row style definition in $style with the wanted properties. Returns NULL, if no relevant pro…
63 'params' => array('$style' => 'string',
66 'return' => array('ODT table row style name' => 'string'),
70 …table cell style definition in $style with the wanted properties. Returns NULL, if no relevant pro…
71 'params' => array('$style' => 'string',
74 'return' => array('ODT table cell style name' => 'string'),
78 …ble column style definition in $style with the wanted properties. Returns NULL, if no relevant pro…
79 'params' => array('$style' => 'string',
82 'return' => array('ODT table column style name' => 'string'),
88 … * This function creates a text style using the style as set in the assoziative array $properties.
90 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
94 …* background-color, color, font-style, font-weight, font-size, border, font-family, font-variant, …
97 * The function returns the name of the new style or NULL if all relevant properties are empty.
109 …* This function creates a paragraph style using the style as set in the assoziative array $propert…
111 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
115 …* background-color, color, font-style, font-weight, font-size, border, font-family, font-variant, …
118 * The function returns the name of the new style or NULL if all relevant properties are empty.
130 …* This function creates a table table style using the style as set in the assoziative array $prope…
132 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
138 * The function returns the name of the new style or NULL if all relevant properties are empty.
151 …* This function creates a table row style using the style as set in the assoziative array $propert…
153 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
159 * The function returns the name of the new style or NULL if all relevant properties are empty.
171 …* This function creates a table cell style using the style as set in the assoziative array $proper…
173 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
179 * The function returns the name of the new style or NULL if all relevant properties are empty.
191 …* This function creates a table column style using the style as set in the assoziative array $prop…
193 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
199 * The function returns the name of the new style or NULL if all relevant properties are empty.
203 * @param $style
214 …* This function creates a frame style for multiple columns, using the style as set in the assoziat…
216 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
222 * The function returns the name of the new style or NULL if all relevant properties are empty.
226 * @param $style
236 * This function creates a page layout style with the parameters given in $properies.
239 * style-name, width, height, margin-top, margin-bottom, margin-right and margin-left.
240 * All properties except the style-name are expected to be numeric values.
243 * The function returns the name of the new style or NULL if all relevant properties are empty.
256 * Simple helper function for creating a text style $name setting the specfied font size $size.
269 * Simple helper function for creating a paragrapg style for a pagebreak.
273 * @param string $parent Name of the parent style to set