Skip to content
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

border size in new phpword problem #280

Closed
ahrinal opened this issue Jun 16, 2014 · 3 comments
Closed

border size in new phpword problem #280

ahrinal opened this issue Jun 16, 2014 · 3 comments
Assignees
Milestone

Comments

@ahrinal
Copy link

ahrinal commented Jun 16, 2014

hello all.
I've been able to implement a new version of phpword with CodeIgniter, although a bit complicated than the previous version. but there is a difference in the border table. the previous version looks like this.
table 1
but in new version looks like.
table 2

both of image above have a same code. the code is :

$styleTable = array('borderSize' => 6, 'borderColor' => '999999');
$word->addTableStyle('My Table',$styleTable);

i want full border such as the old version. what should i do? because I think there was nothing wrong in my code. what is different way between the old version with the new version?? help me please. sorry for my english is bad. thk you

@ahrinal ahrinal changed the title table's border border size in new phpword problem Jun 16, 2014
@ivanlanin ivanlanin added the Bug label Jun 16, 2014
@ivanlanin ivanlanin added this to the 0.12.0 milestone Jun 16, 2014
@ivanlanin ivanlanin self-assigned this Jun 16, 2014
@ivanlanin
Copy link
Contributor

Thanks for the report. Bug confirmed. Fixed by 5c8e100 in the develop branch.

@ahrinal
Copy link
Author

ahrinal commented Jun 16, 2014

great work. my problem has solved. thanks a lot :-)

@ivanlanin
Copy link
Contributor

Sama-sama :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants