2017-12-29 02:30:53 +01:00
|
|
|
This is:
|
|
|
|
|
|
|
|
|
|
- [ ] a bug report
|
|
|
|
|
- [ ] a feature request
|
|
|
|
|
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpword)
|
2017-11-25 01:45:27 +01:00
|
|
|
|
2018-03-21 22:19:56 +01:00
|
|
|
### Expected Behavior
|
2017-11-25 01:45:27 +01:00
|
|
|
|
|
|
|
|
Please describe the behavior you are expecting.
|
|
|
|
|
|
2017-12-29 02:30:53 +01:00
|
|
|
### Current Behavior
|
2017-11-25 01:45:27 +01:00
|
|
|
|
|
|
|
|
What is the current behavior?
|
|
|
|
|
|
2017-12-29 02:30:53 +01:00
|
|
|
### Failure Information
|
2017-11-25 01:45:27 +01:00
|
|
|
|
|
|
|
|
Please help provide information about the failure.
|
|
|
|
|
|
2017-12-29 02:30:53 +01:00
|
|
|
### How to Reproduce
|
2017-11-25 01:45:27 +01:00
|
|
|
|
|
|
|
|
Please provide a code sample that reproduces the issue.
|
|
|
|
|
|
|
|
|
|
```php
|
2017-12-29 02:30:53 +01:00
|
|
|
<?php
|
|
|
|
|
require __DIR__ . '/vendor/autoload.php';
|
|
|
|
|
|
2017-11-25 01:45:27 +01:00
|
|
|
$phpWord = new \PhpOffice\PhpWord\PhpWord();
|
|
|
|
|
$section = $phpWord->addSection();
|
|
|
|
|
$section->...
|
|
|
|
|
```
|
|
|
|
|
|
2017-12-29 02:30:53 +01:00
|
|
|
### Context
|
2017-11-25 01:45:27 +01:00
|
|
|
|
|
|
|
|
* PHP version:
|
|
|
|
|
* PHPWord version: 0.14
|