phpword Пример вывода заголовка
Primary tabs
$header16 = array('size' => 16, 'bold' => true); $header15 = array('size' => 14, 'bold' => true); $section->addText(htmlspecialchars("Сообщение ", $header16, array('align' => 'center')); $section->addText(htmlspecialchars('Очень даже важное ' . date('H:i d-m-Y')), $header15, array('align' => 'center')); $section->addTextBreak(1);
- Log in to post comments
- 2057 reads