We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86369ad commit 8ab6f64Copy full SHA for 8ab6f64
docs/elements.rst
@@ -84,7 +84,7 @@ Inline style examples:
84
$textrun = $section->addTextRun();
85
$textrun->addText('I am bold', array('bold' => true));
86
$textrun->addText('I am italic', array('italic' => true));
87
- $textrun->addText('I am colored, array('color' => 'AACC00'));
+ $textrun->addText('I am colored', array('color' => 'AACC00'));
88
89
Defined style examples:
90
0 commit comments