17 'hspace' =>
array(
'left',
'right'),
18 'vspace' =>
array(
'top',
'bottom')
27 if (!isset($this->css[
$attr])) {
28 trigger_error(htmlspecialchars($attr) .
' is not valid space attribute');
40 if (!isset(
$attr[$this->attr])) {
47 if (!isset($this->css[$this->attr])) {
52 foreach ($this->css[$this->attr] as $suffix) {
53 $property =
"margin-$suffix";
54 $style .=
"$property:{$width}px;";
Create styles array
The data for the language used.