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 0ecc351 commit 1a285b8Copy full SHA for 1a285b8
docs/usage/styles/indentation.md
@@ -3,8 +3,8 @@
3
``` php
4
<?php
5
6
-$phpWord->addParagraphStyle('line', ['indentation' => ['left' => 240, 'right' => 120]]);
7
-$section->addText('Hello, World!', null, 'line');
+$phpWord->addParagraphStyle('pStyle', ['indentation' => ['left' => 240, 'right' => 120]]);
+$section->addText('Hello, World!', null, 'pStyle');
8
9
```
10
0 commit comments