Ivan Lanin
19a69e2c39
Basic HTML writer
2014-04-13 22:04:07 +07:00
Roman Syroeshko
191d37b280
Leading backslashes in global function/constant calls were removed.
2014-04-08 21:56:18 +04:00
Ivan Lanin
f0ee25f343
Deprecate `createSection` in favor of `addSection`
2014-04-02 11:02:56 +07:00
Ivan Lanin
01f3f4071e
#168 Merge branch 'develop' of https://github.com/jcarignan/PHPWord
...
- Comment header('Content-Length:'): HTTP header should not be in class that can be called via CLI
- Incorporate temporary location to ODT and RTF
- Update documentation
- Add unit tests
2014-03-29 23:56:28 +07:00
Julien Carignan
612ad85773
changed heightRule string to exactHeight bool
2014-03-28 15:21:01 -04:00
Julien Carignan
8363ee27d1
table row height rule moved to rowStyle (ivanlanin)
...
new usage: $table->addRow($height, array("heightRule"=>"exact"));
Signed-off-by: Julien Carignan <julien.carignan@hotmail.com>
2014-03-28 13:26:39 -04:00
Julien Carignan
6796883d43
added samples for bgColor and tableRowHeightRules
...
Signed-off-by: Julien Carignan <julien.carignan@hotmail.com>
2014-03-24 14:03:29 -04:00