Ivan Lanin
61885e0d37
Merge branch 'develop' of https://github.com/diego-vieira/PHPWord into #191-diego-vieira
2014-04-05 23:46:13 +07:00
Diego Vieira
e800d96cf9
added clone, delete, replace block #165
...
Because I needed to clone, delete and replace some tables, I added those
functions.
2014-04-04 00:58:42 -03:00
Ivan Lanin
51a8628209
Merge #190 , reorder methods (public, protected, private), and add example to Sample_07_TemplateCloneRow
2014-04-02 19:07:28 +07:00
Ivan Lanin
0e2f476cc2
Docblock updates
2014-03-30 14:15:23 +07:00
Ivan Lanin
f0803efabb
#156 Merge branch 'master' of https://github.com/ozilion/PHPWord
2014-03-30 03:15:41 +07:00
Ivan Lanin
970cb32b45
Fix deprecated method, unused parts, initial definition, and @method annotation
2014-03-30 01:17:22 +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
Ivan Lanin
255af437f2
Bugfix for footnote reference number and additional feature to insert text break and style the reference number
2014-03-29 01:26:18 +07: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
Ivan Lanin
aff112a13b
Method name & code format for PSR/phpdoc compliance
2014-03-24 03:20:18 +07:00
Ivan Lanin
c7f03ecdf3
#159 #58 Merge branch 'develop' of https://github.com/RomanSyroeshko/PHPWord into develop
2014-03-23 21:10:48 +07:00
Roman Syroeshko
c305273e25
https://github.com/PHPOffice/PHPWord/issues/58 - PNG filename fix.
2014-03-23 10:33:10 +04:00
Roman Syroeshko
ddb6277764
https://github.com/PHPOffice/PHPWord/issues/58 - More fixes.
2014-03-23 10:32:08 +04:00
Roman Syroeshko
0c449a6a0c
https://github.com/PHPOffice/PHPWord/issues/58 - fixes for samples.
2014-03-22 15:36:17 +04:00
Roman Syroeshko
ab96c75b08
https://github.com/PHPOffice/PHPWord/issues/58 - Part VIII (Autoloader).
2014-03-22 10:06:08 +04:00
Roman Syroeshko
8267a9e12f
https://github.com/PHPOffice/PHPWord/issues/58 - Part VI (PhpWord).
2014-03-20 16:54:12 +04:00
Roman Syroeshko
4e546d1a21
https://github.com/PHPOffice/PHPWord/issues/58 - Part IV.
2014-03-19 11:04:48 +04:00
Ivan Lanin
47fa1f0c3b
Bugfix: Preserve text doesn't render correctly when the text is not the first word, e.g. 'Page {PAGE}'
2014-03-17 19:43:38 +07:00
Ivan Lanin
9922f8e319
Closing bracket. Again.
2014-03-15 23:45:31 +07:00
Ivan Lanin
26483df5b2
Closing bracket bug
2014-03-15 23:22:51 +07:00
Ivan Lanin
b35a7995ad
Check requirements
2014-03-15 23:12:35 +07:00
Ivan Lanin
59eec587fc
Convert samples
2014-03-15 22:39:57 +07:00
Ivan Lanin
44d2501293
TextBreak: Allow font/paragraph styling for text break
2014-03-14 22:03:19 +07:00
Ivan Lanin
d3c739eb23
Remove old samples
2014-03-14 04:41:39 +07:00
Ivan Lanin
b11cd40bba
More unit tests
2014-03-14 04:25:09 +07:00
Ivan Lanin
b3458b9c0a
Test & migrate the remaining old samples
2014-03-14 00:49:27 +07:00
Ivan Lanin
ff6b2a9e5f
MemoryImage: Allow remote image when allow_url_open = on
2014-03-14 00:04:52 +07:00
Ivan Lanin
1aa83b9438
Some more tests for Writer/Word2007/Base.php. We're on 71.84% coverage now :)
2014-03-13 20:58:24 +07:00
Ivan Lanin
8d942b589a
Rename Reader sample and sync Base.php
2014-03-13 19:34:16 +07:00
Ivan Lanin
d180ac7fdf
Merge branch 'develop' of https://github.com/jhfangying/PHPWord into develop
2014-03-13 19:28:52 +07:00
Ivan Lanin
acfe64bb53
More unit tests for Writer\Word2007\Base
2014-03-13 19:09:35 +07:00
jhfangying
b79a66ba9e
1
2014-03-13 15:50:56 +08:00
jhfangying
af1a591271
support for eastAsia fontstyle
...
support for eastAsia fontstyle
add sample 10
2014-03-13 08:48:18 +08:00
Ivan Lanin
4119c6af07
Reorganize samples and write unsupported element to ODText and RTF
2014-03-12 21:55:20 +07:00
Ivan Lanin
ec514f310f
Reader: Read section settings and font/paragraph styles
2014-03-11 16:27:42 +07:00
Ivan Lanin
cf790b9f98
Minimum working sample for text, textrun, and textbreak
2014-03-11 02:43:04 +07:00
Ivan Lanin
1100d9375e
Tables samples, including colspan and rowspan
2014-03-10 21:06:15 +07:00
Ivan Lanin
7677e15ae8
Basic support for TextRun on ODT and RTF
2014-03-10 19:15:26 +07:00
Ivan Lanin
df7083b647
Ability to define paragraph pagination: widow control, keep next, keep lines, and page break before.
2014-03-08 17:18:36 +07:00
Progi1984
3bc7f98a64
Merge pull request #90 from jeroenmoors/develop
...
Replace call to save with saveAs to save the document.
2014-03-07 23:43:19 +01:00
Jeroen Moors
47c7fab091
Replace call to save with saveAs to save the document.
2014-03-07 23:23:42 +01:00
Progi1984
db08572699
GH-16 : Initial addition of basic footnote support
2014-03-07 23:08:50 +01:00
Progi1984
86abe7e275
GH-16 : Initial addition of basic footnote support
2014-03-07 23:08:09 +01:00
Jeroen Moors
43a00b16ff
Renamed sample files.
2014-03-07 17:22:30 +01:00
Jeroen Moors
590f08c42b
Update cloneRow function to support vertical spanned cells.
2014-03-07 17:20:14 +01:00
Jeroen Moors
21589ffa61
Renamed the output file to 'Sample_03_TemplateCloneRow_result.docx'.
2014-03-07 17:19:59 +01:00
Jeroen Moors
b5f71317b7
Create table rows on the fly with cloneRow() when using templates.
2014-03-07 17:18:51 +01:00
Ivan Lanin
350e7a61b6
Revert Tests/bootstrap.php and samples/Sample_03_Sections.php
2014-03-07 02:07:24 +07:00