php syntax higlighting on README.md
This commit is contained in:
parent
09ba95bd88
commit
5889313743
|
|
@ -79,7 +79,7 @@ The base length unit in Open Office XML is twip. Twip means "TWentieth of an Inc
|
|||
|
||||
You can use PHPWord helper functions to convert inches, centimeters, or points to twips.
|
||||
|
||||
```
|
||||
```php
|
||||
// Paragraph with 6 points space after
|
||||
$PHPWord->addParagraphStyle('My Style', array(
|
||||
'spaceAfter' => PHPWord_Shared_Font::pointSizeToTwips(6))
|
||||
|
|
|
|||
Loading…
Reference in New Issue