Searched refs:tableHeaderOpen (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTTable.php | 258 …public static function tableHeaderOpen(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $ali… function in ODTTable 574 … self::tableHeaderOpen($params, $colspan, $rowspan, NULL, $style_name, $style_name_paragraph);
|
H A D | ODTDocument.php | 1142 function tableHeaderOpen($colspan = 1, $rowspan = 1, $align, $element=NULL, $attributes=NULL){ function in ODTDocument 1144 …ODTTable::tableHeaderOpen($this->params, $colspan, $rowspan, $align, NULL, NULL, $element, $attrib…
|
/plugin/odt/renderer/ |
H A D | page.php | 783 $this->document->tableHeaderOpen($colspan, $rowspan, $align);
|