commit
530571af33
|
|
@ -210,8 +210,8 @@ $section->addText('I am simple paragraph', $fontStyle, $paragraphStyle);
|
||||||
```php
|
```php
|
||||||
$textrun = $section->createTextRun();
|
$textrun = $section->createTextRun();
|
||||||
$textrun->addText('I am bold', array('bold' => true));
|
$textrun->addText('I am bold', array('bold' => true));
|
||||||
$textrun->addText('I am italic, array('italic' => true));
|
$textrun->addText('I am italic', array('italic' => true));
|
||||||
$textrun->addText('I am colored, array('color' => 'AACC00'));
|
$textrun->addText('I am colored', array('color' => 'AACC00'));
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="text-attributes"></a>
|
<a name="text-attributes"></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue