Adrien Crivelli
a49618f248
Don't hardcode version number in documentation
2022-09-16 14:23:58 +02:00
Adrien Crivelli
0e8bcb63e7
Drop PHP 7.3 and older
...
This is according to our formal, published, policy to only support
eol PHP after 6 months within PHPOffice organisation.
See https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support
2022-09-16 10:17:31 +02:00
troosan
aca10785cf
Merge branch 'develop' of https://github.com/PHPOffice/PHPWord into develop
2021-06-04 22:58:45 +02:00
troosan
e37b22bf2b
prepare release 18.2.0
2021-06-04 22:58:27 +02:00
DDim
7744ef2234
Add BorderStyle for Cell Style to documentation
...
Add BorderStyle for Cell Style to documentation.
2021-06-02 13:52:49 +03:00
Youri
1e0157f184
Corrected namespace for Language class in docs.
...
The docs referenced the wrong namespace for the Language class. It said ``PhpOffice\PhpWord\ComplexType\Language``, but there's no Language class in the namespace ``PhpOffice\PhpWord\ComplexType``. I searched in the tests to figure out where the Language class has moved to and found in ``PhpOffice\PhpWord\Writer\Word2007\Part\SettingsTest::testLanguage()`` this had to be ``PhpOffice\PhpWord\Style\Language``.
2021-05-25 15:48:13 +02:00
troosan
1bd7cd6238
set release date
2021-02-12 22:28:06 +01:00
troosan
c550a53c3e
prepare changelog for 0.18.0
2021-02-11 20:38:40 +01:00
troosan
f832a7c9db
Merge branch 'develop' into develop
2021-02-08 00:37:42 +01:00
Antoine de Troostembergh
1168789e8a
fix formatting
2021-02-06 21:32:30 +01:00
troosan
4e87e72110
Merge pull request #1716 from enflow/allowImageClosure
...
Allow a closure to be passed with image replacement tags
2021-02-05 22:08:56 +01:00
troosan
554e90a46c
Merge pull request #1851 from oleibman/defaultpaper
...
Make Default Paper Configurable
2021-01-12 21:40:26 +01:00
troosan
6126080cdf
Merge pull request #1952 from mnvx/develop
...
Fix typo in docs. Update templates-processing.rst
2020-12-29 22:53:22 +01:00
Nicholas Moore
ecc13ff62a
Update templates-processing.rst
...
fix typo in doc
2020-10-22 13:53:28 +03:00
Libor M
f2516b08b1
migrate from abandoned `Zend\Escaper` to `Laminas Escaper`
2020-10-18 13:16:43 +02:00
csk83
d42854ddb6
chart doc/sample/code comments
2020-08-29 20:41:25 +08:00
Owen Leibman
41a5b74f93
Make Default Paper Configurable
...
Each section currently has a hard-coded default paper of A4.
It would make sense to allow the user to set this default,
and specify it in a configuration file, just as is done
with default font name and size.
2020-04-16 23:30:27 -07:00
troosan
8b2e21b634
Merge branch 'develop' into fieldstyle
2019-12-09 22:56:08 +01:00
Michaël Dupont
cb3e211135
fix(documentation): snippet for FootnoteProperties
...
The documentation contained an incorrect code snippet for
configuring FootnoteProperties. Now the code is valid.
2019-12-09 11:29:39 +01:00
DE TROOSTEMBERGH Antoine
9fe6a58669
Merge remote-tracking branch 'upstream/master' into develop
2019-12-08 18:22:01 +01:00
troosan
5a7a11a62b
Merge pull request #1729 from hcdias/patch-1
...
Update templates processing docs
2019-12-08 14:32:03 +01:00
Owen Leibman
11d82be21c
Word2007 Writer - Field Style, RTL, noProof
...
1. Add support for font styles for fields, and write those to Word docs.
2. Word seems to require explicit inline w:rtl tag even when rtl is specified
in a named style. Without this tag, words are placed in ltr order.
Allow PhpWord doc to specify rtl in named style and have it
display correctly in resulting doc.
3. A recent change incorrectly changed how noProof tag was generated,
omitting the third parameter of 4 parameters in the call. There was
no test case for this change. The call is now corrected, and a
test case has been added.
2019-12-05 21:04:12 -08:00
Michaël Dupont
f51811b96b
fix: documentation about paragraph indentation
...
Documentation contained the wrong unit for Paragraph indentation.
2019-12-02 16:40:58 +01:00
igronus
0ce843016b
Update templates-processing.rst
...
Typo fix.
2019-10-24 11:07:33 +03:00
Michel Bardelmeijer
68118685d0
Merge branch 'master' into allowImageClosure
2019-10-21 12:33:12 +02:00
Hugo Carvalho
5e93950bc3
Update templates processing docs
...
Adding save() and saveAs() methods docs
2019-10-02 22:15:14 -03:00
troosan
b8346af548
update changelog for version 0.17
2019-10-01 22:43:33 +02:00
Michel Bardelmeijer
6ed320311e
Add documentation for image closure support
2019-09-09 13:55:59 +02:00
Brandon Frohs
b13aa70ae9
Move pull request template to avoid confusion
2019-07-01 13:36:41 -04:00
Brandon Frohs
74e52ce71b
Remove the existing issue template
2019-07-01 13:33:48 -04:00
troosan
235cc1205c
implement support for section vAlign
2019-02-05 21:42:14 +01:00
troosan
d862b1f267
update documentation
2019-01-31 01:32:00 +01:00
troosan
1956908aa7
Merge remote-tracking branch
...
'geraldb-nicat/PHPWord/templateProcessingViaArray' into develop
Conflicts:
docs/templates-processing.rst
2019-01-03 18:57:00 +01:00
troosan
6aae8bdccb
update doc and release note
2019-01-03 11:36:28 +01:00
troosan
7790b6a6b0
Pass values to replace macros with in cloneBlock
2018-12-27 22:13:48 +01:00
troosan
01209ddbd1
improve template processor documentation
2018-12-27 21:05:56 +01:00
troosan
c9b19cf65b
Merge remote-tracking branch 'upstream/master' into rebase_pull_request
2018-12-26 19:54:41 +01:00
troosan
56ca30ab95
Merge pull request #1539 from GautierDele/develop
...
Update documentation on usage of ListItemRun
2018-12-26 14:35:42 +01:00
Maxim
d5da80b56e
Support adding images in Templates ( #1170 )
...
* setImageValue() + fix adding files via ZipArchive
* fix phpdoc variable name
* Changed logic that determines extension image file extension for document to depend on MIME type. This same logic is used in Element/Image.php
* support <w:t> tags with arguments
* allow setup size of image into template variable
* support of 'ratio' replace attribute + documentation
2018-12-26 14:35:21 +01:00
Gautier
0b99f8f3e2
docs: ListItemRun
2018-12-26 11:23:43 +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
troosan
0c4bd1d02f
update documentation
2018-12-02 23:54:32 +01:00
troosan
1a03a6cf58
Merge pull request #1512 from carusogabriel/patch-1
...
Fix typo in the PR template
2018-11-19 09:08:54 +01:00
Gabriel Caruso
9b174e52c1
Fix typo in the PR template
2018-11-19 01:35:03 -02:00
Gordon Franke
768a070715
add/align possible values from class constant
2018-11-12 08:02:15 +01:00
kisabelle
45ee8b7faf
Add documentation for enabling evenAndOddHeaders
2018-09-21 11:53:16 -07:00
troosan
b394247740
Merge branch 'develop' into feature-add-table-indent-option
2018-04-14 22:46:09 +02:00
troosan
3380aa8b19
Merge pull request #1339 from meteocontrol/feature-wrong-unit-in-image-doc
...
Wrong unit in image style documentation
2018-04-13 22:37:19 +02:00
troosan
57ededeabf
Merge pull request #1338 from pcworld/image-security-doc
...
Improve security-related documentation of addImage and addHtml
2018-04-13 22:36:18 +02:00