-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
Hi there,
I started working with PHPword today. Well - i noticed something strange. It seems like pagebreak settings are ignored in the ODT writer. This even appears in the samples, so...
I noticed the following strange behaviors, which don't happen in docx:
- addTextBreak() in textruns is ignored (correctly reflected as a
<br />
in html btw) - addText on a sections causes an page break, unless the font is given via array
- paragraph spacing of any kind is ignored on addText (i presume this is the same issue)
- spacing/margins on titles are ignored, too
As you can see, said problems are apparent even in the samples. Namely wrong page breaks, ignored pagebreaks, and wrong spacing.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
msphn
Metadata
Metadata
Assignees
Labels
No labels