dox07
04d0c02e23
Add support for cellSpacing for tables ( #1040 )
...
* Add cellSpacing into table
* add word 2007 reader
* add tests
* add documentation
2018-02-18 00:10:10 +01:00
Frank Liepert
fede4f736e
Add missing unit of measurement descriptions
2018-02-16 15:45:20 +01:00
Frank Liepert
ab978356c3
Use same markup for describing unit of measurement
2018-02-16 14:40:31 +01:00
Frank Liepert
e7232a715b
Use singular form of twip
2018-02-16 14:34:37 +01:00
troosan
6a926e26f1
refactor attribute name to layout, add doc and tests
2018-02-14 00:39:37 +01:00
troosan
5ff15e06a2
update testing instructions
...
[ci skip]
2018-02-11 00:17:19 +01:00
troosan
604e60cae9
Add support for Track changes ( #1262 )
...
* add changed information to HTML writer
* add missing writeFontStyle
* refactor track changes
* set the style
* update documentation and release note
* Update the changelog and doc
* fix scrutinizer issues
2018-02-09 21:49:11 +01:00
samimussbach
4c68ebbe9d
Parse formatting inside HTML lists ( #1239 )
2018-01-13 10:03:53 +01:00
troosan
99b04f0353
fix reading of docx default style ( #1238 )
2018-01-12 23:42:22 +01:00
troosan
b614497ae6
fix dependencies to have 7.1 compatible build ( #1228 )
...
* add assertions in test methods without assertions
* loosen dependencies so 7.0 & 7.1 builds can succeed
* fix some scrutinizer errors
* update release date
2017-12-29 02:30:53 +01:00
troosan
200c2f1eb0
Merge pull request #1019 from jun-i-corn/feature/EnablePasswordProtection
...
enable password protection (Word)
2017-12-20 22:00:34 +01:00
troosan
f6dd78daa6
update doc and changelog
2017-12-05 21:39:28 +01:00
troosan
cfc89b7853
Merge branch 'develop' into feature/EnablePasswordProtection
2017-12-05 00:34:14 +01:00
troosan
6faddc684a
Merge pull request #1205 from troosan/update_fields
...
Allow to force an update of all fields on opening a document
2017-11-25 21:56:17 +01:00
troosan
ab5d4468f9
add the updateFields option on document settings
...
When set to true, word will ask you to update the fields in the document
when you open the document.
2017-11-25 01:48:30 +01:00
troosan
3429c443ad
Create PULL_REQUEST_TEMPLATE.md
2017-11-25 01:46:20 +01:00
troosan
446d3478e4
Create ISSUE_TEMPLATE.md
2017-11-25 01:45:27 +01:00
troosan
ad83196a05
move password encoding in separate class
...
fix PHPCS errors
add documentation
add sample
2017-11-23 22:49:21 +01:00
troosan
ffa9c156d7
fix formatting
2017-11-22 22:31:59 +01:00
troosan
670d46e543
add getter/setter on paragraph for child spacing rule
2017-11-22 00:14:31 +01:00
troosan
ac357d10d5
Various fixes
...
- parse text inside list items
- add tests
- rename Cell widthType attribute to unit
2017-11-18 15:55:05 +01:00
ejuhjav
e4fe0c6673
Update elements.rst
...
Fixed a typo in the $lineStyle example (defined previously as $linestyle but used as $lineStyle)
2017-11-10 21:47:43 +01:00
troosan
610d91e041
call parent constructor in SDT and FormField
2017-11-08 00:27:58 +01:00
troosan
a7a35c688d
Allow reading of TargetMode for external images
2017-11-05 22:48:04 +01:00
troosan
8c7ed19d62
Support for Mirrored page setup for docx ( #1183 )
2017-11-05 02:07:53 +01:00
troosan
0f50b6dc61
update documentation
2017-10-23 23:05:29 +02:00
troosan
e6f4d0276a
Merge branch 'development' into fix_php7_issues
2017-09-27 01:09:23 +02:00
troosan
0beeb275fe
Add support for changing the document language ( #1108 )
2017-09-27 00:40:08 +02:00
troosan
6657f0eec3
fix doc
2017-09-26 22:46:46 +02:00
troosan
34a1be0053
Add support for XE and INDEX fields ( #922 )
2017-09-18 21:45:59 +02:00
troosan
34ac7170a2
Merge remote-tracking branch 'github_troosan/fix-travis-build' into fix_php7_issues
2017-09-13 22:25:16 +02:00
troosan
d5291629f7
Merge remote-tracking branch 'github_troosan/develop' into fix_php7_issues
2017-09-13 22:19:16 +02:00
troosan
15585dd3c7
- fix ZF version
...
Fix travis build to run on precise
Update the changelog
2017-09-09 01:25:33 +02:00
troosan
18cb0b26f7
Add support for comments ( #1067 )
...
Just a writer for now, reader to be done
2017-07-11 01:58:54 +02:00
troosan
be6b6008e8
add reader/writer for additional values in settings.xml ( #1098 )
...
* add reader/writer for settings.xml
The following values can currently be set/read
- w:trackRevisions
- w:doNotTrackMoves
- w:doNotTrackFormatting
- w:proofState
- w:zoom
- w:decimalSymbol
- w:revisionView
2017-07-11 01:56:20 +02:00
troosan
e9cc289243
refactor Settings to not mix PHPWord settings and document settings
2017-07-05 21:42:38 +02:00
troosan
a6c6f9faa1
Merge branch 'development' into develop
...
Conflicts:
tests/PhpWord/Writer/Word2007/Part/SettingsTest.php
2017-07-04 15:38:01 +02:00
troosan
e7c551a0bf
Add possibility to show/hide spelling and grammatical errors ( #985 )
...
* Add possibility to show/hide spelling and grammatical errors
2017-07-02 00:37:29 +02:00
troosan
29f7cfb581
Merge pull request #1068 from troosan/footnote_properties
...
Add possibility to control the footnote number
2017-07-01 23:27:10 +02:00
troosan
0f649f3f37
Add test & update documentation
2017-07-01 22:51:53 +02:00
antoine
f0fa91f63c
Merge branch 'support_for_xe_and_index_field' into develop
2017-06-11 12:58:06 +02:00
antoine
8aabf812f8
update XE field to support formatted text + add documentation
2017-06-11 12:56:59 +02:00
antoine
7ce54abac3
Merge remote-tracking branch 'github_troosan/footnote_properties' into develop
2017-05-30 00:37:37 +02:00
antoine
ac89cc39ea
Add possibility to control the footnote number
2017-05-30 00:31:32 +02:00
antoine
6e49e89547
Merge branch 'support_comments' into develop
2017-05-15 23:00:10 +02:00
antoine
1cfb62de0d
Add support for comments
2017-05-15 22:49:02 +02:00
antoine
d23409f687
Add possibility to show/hide spelling and grammatical errors
2017-01-28 11:39:43 +01:00
antoine
204f0c32ec
update documentation
2016-12-12 20:39:10 +01:00
Roman Syroeshko
fb863cdf21
https://github.com/PHPOffice/PHPWord/issues/335 .
2016-07-30 16:02:23 +04:00
Roman Syroeshko
4c7e1399fe
#483 . Output escaping for HTML.
2016-06-28 21:37:36 +04:00
Roman Syroeshko
ec3c62b051
#483 . Output escaping for OOXML.
2016-06-04 20:06:37 +04:00
Evgeniy Tkachenko
40984dcc88
Update DOC: Add note about direction of text inside cell
2016-05-24 08:57:24 +03:00
Roman Syroeshko
d57973693d
#618 .
2016-04-23 19:49:10 +04:00
Roman Syroeshko
28f801b5d0
#704 .
2016-02-23 19:02:35 +04:00
Gerald Buttinger
bcfb3e868c
Add methods setValuesFromArray and cloneRowFromArray to the TemplateProcessor-class and update samples and docs accordingly
2015-11-27 14:30:22 +01:00
Roman Syroeshko
e6d73d8ff8
Removed custom autoloader.
2015-11-21 20:24:49 +04:00
Roman Syroeshko
e24fec7966
Added backward compatibility for deprecated alignment options.
2015-11-14 17:34:30 +04:00
Roman Syroeshko
4ebd668d7a
Added backward compatibility for deprecated alignment options.
2015-11-14 17:32:32 +04:00
Roman Syroeshko
e3c88526b9
Added backward compatibility for deprecated alignment options.
2015-11-14 17:30:22 +04:00
Roman Syroeshko
f884527af1
Added backward compatibility for deprecated alignment options.
2015-11-14 17:24:36 +04:00
Roman Syroeshko
015a34f5cb
Added backward compatibility for deprecated alignment options.
2015-11-14 16:50:52 +04:00
Roman Syroeshko
d74c0bd878
Added backward compatibility for deprecated alignment options.
2015-11-14 15:31:50 +04:00
Roman Syroeshko
505cc76406
Fixed build.
2015-10-10 19:22:19 +04:00
Roman Syroeshko
94c0d02330
Next round of refactoring of alignment-related functionality.
2015-10-10 19:06:23 +04:00
Roman Syroeshko
75b479fa23
Removed redundant *.md documentation.
2015-08-08 22:12:13 +04:00
Roman Syroeshko
17ee9e1bf8
Fixed broken paragraph alignment for OpenXml.
2015-03-01 21:02:49 +04:00
Roman Syroeshko
cb6ad0e9d3
Fixed broken paragraph alignment for OpenXml.
2015-02-21 20:11:57 +04:00
Roman Syroeshko
2a5c66784b
#51 (updated tests, refactored a little).
2015-02-06 22:28:31 +04:00
Progi1984
2176232910
Merge PR #441
2014-12-10 19:55:07 +01:00
Roman Syroeshko
41983e01f3
Merge pull request #356 from GMTA/develop
2014-12-09 21:52:17 +04:00
Roman Syroeshko
2cb124f5b1
https://github.com/PHPOffice/PHPWord/issues/51
2014-12-09 21:35:26 +04:00
Roman Syroeshko
07cec9c66a
[CHANGED] "intro.rst".
2014-11-23 13:31:27 +04:00
Progi1984
d231641680
Update Documentation
2014-10-15 22:13:38 +02:00
Spike Ilacqua
cf5625b643
Update pageSizeW and pageSizeH docs
...
Conflicts:
docs/containers.rst
2014-10-02 10:48:15 -06:00
Progi1984
8ebe3b3738
Revert "Add missing setters for pageSizeW and pageSizeH"
2014-10-02 17:21:17 +02:00
Spike Ilacqua
ecaeb96376
Update pageSizeW and pageSizeH docs
2014-10-02 09:04:45 -06:00
Franz Holzinger
c8b6499332
Update installing.rst
...
Add the missing info how to setup Composer to fetch the latest Develop branch instead of the outdated Master branch.
2014-09-22 14:51:21 +02:00
Franz Holzinger
24d8cc7e64
Update installing.rst
...
Show the way how to install PHPWord using Git.
2014-09-18 09:39:27 +02:00
Progi1984
d66e8559e6
#23 : Implement Word97 aka MsDoc Reader (Documentation )
2014-08-16 13:28:27 +02:00
Progi1984
8da62eb7b2
Merge branch 'develop' of https://github.com/PHPOffice/PHPWord into develop
2014-08-16 13:25:58 +02:00
Progi1984
0151a21c0f
#23 : Implement Word97 aka MsDoc Reader (Documentation )
2014-08-16 13:25:38 +02:00
Roman Syroeshko
ec25dd338b
https://github.com/PHPOffice/PHPWord/issues/216
2014-08-16 15:21:58 +04:00
Progi1984
8d9e85b2ba
#331 : Word2007 Writer : Support for RTL
2014-08-12 13:32:05 +02:00
Progi1984
61406af166
FIXED : #292 : Update elements.rst
2014-07-09 08:51:18 +02:00
jogo
6c9cffd83b
updated documentation for link-Element.
...
added documentation for bookmark-Element.
2014-07-04 15:40:48 +02:00
Roman Syroeshko
20d986b11d
[CHANGED] Documentation on Zip API providers.
2014-07-03 11:44:10 +04:00
Progi1984
a5c857f749
#289 : Update elements.rst
2014-06-24 10:36:58 +02:00
chrissharkman
f8389c5d35
Update elements.rst
...
it's not perfect, but better than nothing.
2014-06-24 09:27:18 +02:00
Ivan Lanin
5be8414ef8
Settings: OOXML compatibility
2014-06-21 20:45:30 +07:00
Ivan Lanin
384107e7cf
Ability to define document protection and new `Metadata` subnamespace
2014-06-16 11:58:05 +07:00
Ivan Lanin
6a81691d45
#266 : Ability to add textinput, checkbox, and dropdown form elements
2014-06-16 00:31:17 +07:00
Ivan Lanin
0f085f71e0
Merge branch 'chart' into develop
2014-06-14 12:51:41 +07:00
Ivan Lanin
3fef19093c
#278 : Basic chart
2014-06-14 12:49:39 +07:00
Ivan Lanin
8c2b099dbc
Merge `Shared\Drawing` and `Shared\Font` into `Shared\Converter`
2014-06-14 10:54:33 +07:00
Ivan Lanin
e9f8e889f8
#275 : Recipe for adding a link within a title
2014-06-12 02:41:49 +07:00
Ivan Lanin
1ec0589c55
Update basic example
2014-06-08 22:38:50 +07:00
Ivan Lanin
6839ee41dd
New `PhpWord::save()` method to encapsulate `IOFactory`
2014-06-08 22:05:50 +07:00
Ivan Lanin
3197524343
Docs: Restructure documentation
2014-06-08 17:10:02 +07:00
Ivan Lanin
63d53ac910
Use section "style" instead of "settings" for consistency
2014-06-08 16:44:46 +07:00
Ivan Lanin
a66f93ccdc
#123 : New drawing shapes (arc, curve, line, polyline, rect, oval)
2014-06-02 21:55:44 +07:00