PHPWord
PHPWord copied to clipboard
Elements with : 'positionning' => 'absolute' should not add blank line when added in container
Is your feature request related to a problem? Please describe.
I have to add lot of TextBox in a cell. All thoses TextBox are 'positionning => 'absolute'. Everythings works fine except one thing :
Each time I add a TextBox, a blank line is added in the cell.
Describe the solution you'd like
An element with 'positionning' => 'absolute' should not add a blank line when added in a container.
Describe alternatives you've considered
I try to remove those blank line with $cell->removeElement(int) but it seems thoses lines are linked with their TextBox element (from PHPWord pov... In Word I can delete line without delete TextBox)
@enagame Hi, Could you send the file with error for reproducing the issue, please ?