Lines Matching refs:style
101 $style = '';
113 $style .= $items ['odt_property'].'="'.$items ['value'].'" ';
144 $style = '<'.$element.' '.$style.'>'."\n";
147 $style .= ' <style:paragraph-properties '.$paragraph.'/>'."\n";
149 $style .= ' <style:paragraph-properties '.$paragraph.'>'."\n";
150 … $style .= ' <style:tab-stops><style:tab-stop '.$tab_stop.'/></style:tab-stops>'."\n";
151 $style .= ' </style:paragraph-properties>'."\n";
155 $style .= ' <style:text-properties '.$text.'/>'."\n";
158 $style .= ' <style:table-properties '.$table.'/>'."\n";
161 $style .= ' <style:table-column-properties '.$table_column.'/>'."\n";
164 $style .= ' <style:table-row-properties '.$table_row.'/>'."\n";
168 $style .= ' <style:table-cell-properties '.$table_cell.'/>'."\n";
170 $style .= ' <style:table-cell-properties '.$table_cell.'>'."\n";
171 $style .=' <style:background-image '.$image.'/>'."\n";
172 $style .= ' </style:table-cell-properties>';
175 $style .= '</'.$element.'>'."\n";
176 return $style;