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 09ba95b commit 5889313Copy full SHA for 5889313
README.md
@@ -79,7 +79,7 @@ The base length unit in Open Office XML is twip. Twip means "TWentieth of an Inc
79
80
You can use PHPWord helper functions to convert inches, centimeters, or points to twips.
81
82
-```
+```php
83
// Paragraph with 6 points space after
84
$PHPWord->addParagraphStyle('My Style', array(
85
'spaceAfter' => PHPWord_Shared_Font::pointSizeToTwips(6))
0 commit comments