Adrien Crivelli
b9f1151bc6
Drop most deprecations
2022-09-16 16:29:15 +02:00
Adrien Crivelli
2bc75771cc
Use same code style as PhpSpreadsheet
2022-09-16 11:45:45 +02:00
troosan
54e7c6dd5a
don't default styles to false
...
this allows us to for instance make part of a Heading not bold, which
would otherwise be the default.
2018-12-30 00:45:45 +01:00
Alex Morozov
c2b54cc343
add support for hidden text ( #1527 )
...
* added hidden text word 2007
* update changelog
* update documentation
* added unit test
* docx reader
* html reader/writer
* odt writer
* updated samples
2018-12-08 23:21:59 +01:00
troosan
af5a271e9e
Line spacing is wrong when using "exact" line spacing rule ( #1509 )
...
* Only add 240 twips when in auto lineRule
* don't add 1 line when using EXACT line spacing rule
* fix style & scrutinizer warning
2018-12-03 16:09:20 +01:00
Edvin Hultberg
82f3a2ab44
Update documentation for Style::add*Style methods ( #1383 )
...
* Update documentation for Style::add*Style methods
* remove phpDocumentor, simplify dependencies
2018-05-31 00:21:08 +02:00
troosan
77f2b16bc1
update copyright to 2018
2018-03-08 23:52:25 +01:00
troosan
250fbd49b1
Added support for Vertically Raised or Lowered Text (w:position) ( #1294 )
...
* Added support for Vertically Raised or Lowered Text (w:position). Note that only docx writing is implemented for now.
* Add tests + changelog
* add reader + tests + doc
2018-03-06 06:35:43 +01:00
Lenz Weber
7fe32e6ac1
Add support for MACROBUTTON Field ( #1021 )
...
* add functionality to use MACROBUTTON as Field, use Styles for Field, add noProof to Font Style
* code review
* refactoring + fixes + unit tests
2018-02-27 23:27:18 +01:00
troosan
5412df29fa
update doc
2017-11-08 00:34:22 +01:00
troosan
64a6505f70
Merge pull request #578 from ComputerTinker/develop
...
#574 Incorrect Constant Names in \Style\Font.php
2017-11-08 00:31:45 +01:00
troosan
0459670a9c
Enable php-cs-fixer in build & fix resulting warnings ( #1099 )
...
* enable php 7.1 build
* upgrade to dompdf/dompdf 0.8.*
* update phpunit & hide output during tests
* run code coverage analysis on 1 build only
* Add php-cs
* Update Copyright
2017-11-04 22:44:12 +01:00
troosan
0beeb275fe
Add support for changing the document language ( #1108 )
2017-09-27 00:40:08 +02:00
troosan
8ce1a19ec4
make FontStyle basedOn paragraph if the paragraph is set on the font ( #926 )
...
* make FontStyle based on paragraph if it set
* replace tab with spaces
* basedOn not correctly set if FontStyle is based on other FontStyle
* Fix warnings
2017-09-17 21:38:00 +02:00
Roman Syroeshko
2bcfacfbf9
Updated copyright.
2016-07-31 12:35:08 +04:00
Roman Syroeshko
43fb23d896
Copyright update.
2015-12-05 21:26:01 +04:00
Roman Syroeshko
94c0d02330
Next round of refactoring of alignment-related functionality.
2015-10-10 19:06:23 +04:00
Russ
304765162e
#574 Incorrect Constant Names in \Style\Font.php
...
Correct constants mapped to "dotDash" and "dotDashHeavy", leaving old spellings for backwards compatibility.
2015-07-22 08:57:15 -05:00
Progi1984
8d9e85b2ba
#331 : Word2007 Writer : Support for RTL
2014-08-12 13:32:05 +02:00
Ivan Lanin
a2294b4b1e
Font: New scale, spacing, and kerning property of font style
2014-06-04 23:28:08 +07:00
Ivan Lanin
92c7a24c38
QA: Additional unit tests and docblock fixes
2014-05-25 23:08:02 +07:00
Ivan Lanin
5511378eca
#200 : Ability to use a config file to store various common settings
2014-05-16 00:59:38 +07:00
Ivan Lanin
4d9e4062c3
QA: Scrutinizer dedup
2014-05-15 14:41:08 +07:00
Ivan Lanin
1c3735fc08
Refactor table and font styles to reduce duplication
2014-05-15 11:46:28 +07:00
Ivan Lanin
04a62f3255
QA: Code cleanup and some additional tests
2014-05-14 19:41:44 +07:00
Ivan Lanin
8745c5ee30
Change behaviour of set... function of boolean properties; Some bug fixing based on Scrutinizer; New Row Word2007 style writer
2014-05-13 12:50:18 +07:00
Ivan Lanin
c243a11e57
Additional type checks in style writers
2014-05-11 19:06:36 +07:00
Ivan Lanin
8a1d07f71a
Fix Travis test errors
2014-05-08 23:13:45 +07:00
Ivan Lanin
f7dd9dd07c
Refactor writers and styles
2014-05-08 20:46:13 +07:00
Ivan Lanin
88560de601
Refactor writers
2014-05-08 02:19:57 +07:00
Roman Syroeshko
2add5541ce
[CHANGED] https://github.com/PHPOffice/PHPWord/pull/179 - copyright notice has been added.
2014-05-05 13:06:53 +04:00
Roman Syroeshko
89f94b793d
[CHANGED] https://github.com/PHPOffice/PHPWord/pull/179 - copyright info has been changed.
2014-05-05 12:38:32 +04:00
Ivan Lanin
fd4fa11390
Merge remote-tracking branch 'upstream/develop' into nonstatic
2014-05-05 00:26:02 +07:00
Roman Syroeshko
6c3d1e721d
License version has been added.
2014-05-04 21:03:29 +04:00
Ivan Lanin
3d19256c9c
Merge branch 'develop' into nonstatic
2014-05-04 22:30:06 +07:00
Ivan Lanin
35d06cc2ce
Change PHPWord license to LGPL 3 as per #211
2014-05-04 17:55:54 +07:00
Ivan Lanin
c21e28f974
More refactoring for PHPMD compliance
2014-05-04 16:57:39 +07:00
Ivan Lanin
999a9c5037
Style: Remove bgColor from Font, Table, and Cell and put it into the new Shading style
2014-05-02 09:45:16 +07:00
Ivan Lanin
1d84c1db33
#151 Small caps, all caps, and double strikethrough; #199 Ability to use measurement unit other than twips
2014-05-02 00:49:42 +07:00
Ivan Lanin
a676af30dd
ODText Reader: Basic ODText reader
2014-04-29 01:19:12 +07:00
Ivan Lanin
1ed8f0dfc2
Refactor: Remove some duplication found by phpcpd. One more to go.
2014-04-28 23:33:26 +07:00
Ivan Lanin
a3a9af51e5
Additional unit tests and some code deduplication
2014-04-11 21:28:43 +07:00
Ivan Lanin
3ef0f41c25
New Style\AbstractStyle and 'ODText\Base`
2014-04-08 03:03:14 +07:00
Ivan Lanin
177c523799
Remove underscore prefix from all private properties name
2014-04-06 18:16:28 +07:00
Ivan Lanin
7c549f5802
DocBlock and use fixes
2014-04-03 10:13:13 +07:00
Ivan Lanin
13e5ca0a84
#160 Refactor folders: Element, Container, and Exception
...
- Rename folder Section to Element
- Rename folder Exceptions to Exception
- Move Section, Header, Footer, Settings to Container folder
- Move Element\Footer\PreserveText to Element\PreserveText
2014-03-31 10:11:52 +07:00
Ivan Lanin
45b0baf7bc
Refactor writer classes
2014-03-30 23:14:14 +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
Ivan Lanin
e6a26dd8fc
Simplify all classes docblock
2014-03-27 23:55:06 +07:00
Ivan Lanin
c72dc688ff
Revert project name capitalization #176
2014-03-26 16:33:20 +07:00