-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR Version 0.10 #218
Merged
PR Version 0.10 #218
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Created new file named CheckBox.php under Section folder. Added addCheckBox() function to Section.php and \Table\Cell.php files and _writeCheckbox(..) function to Base.php file.
Signed-off-by: Julien Carignan <[email protected]>
- mostly for removing the added space after a table - Code mostly come from this discussion: https://phpword.codeplex.com/discussions/440933 - Usage: $table->addRow(5000, $rowStyle, "exact"); Signed-off-by: Julien Carignan <[email protected]>
- added content-length header to know the total file size during the download - Tmp file should go into sys_get_temp_dir() instead of "./" Signed-off-by: Julien Carignan <[email protected]>
Signed-off-by: Julien Carignan <[email protected]>
Test folder updated for new file CheckBoxText
added tblGrid element so that LibreOffice and OpenOffice can size the tables columns properly
Simplify/add page level docblocks
Use `getimagesize` when `exif_imagetype` doesn't exist.
Get image dimensions without EXIF extension
Add options to TOC to only show selected depth of titles ; ie pass 1,3 arguments to only show titles depth 1 to titles depth 3 Plus now you can have two+ TOC on your document, each different
…ake it work with the latest develop branch
…ake it work with the latest develop branch
…nto #140-bskrtich-pclzip
new usage: $table->addRow($height, array("heightRule"=>"exact")); Signed-off-by: Julien Carignan <[email protected]>
Signed-off-by: Julien Carignan <[email protected]>
… text break and style the reference number
- 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
…use measurement unit other than twips
…nto the new `Shading` style
…nd right indentation
Remove executable bits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.