PHPWord icon indicating copy to clipboard operation
PHPWord copied to clipboard

Elements with : 'positionning' => 'absolute' should not add blank line when added in container

Open enagame opened this issue 6 years ago • 1 comments

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 avatar Aug 05 '19 08:08 enagame

@enagame Hi, Could you send the file with error for reproducing the issue, please ?

Progi1984 avatar Aug 22 '24 18:08 Progi1984