Lines generated with "addShape" can be removed by "removeWordContent", but lines generated in Word (simply cut and paste the line generated with addShape) can not be removed.
Please see the sample docx.
https://drive.google.com/file/d/1yaU6SEbsIDsdBxQam-pIXTfXz3ya8nN3/view?usp=sharing
Red line is generated with "addShape", and blue line is copied from red line in Word.
Strangely, Google drive can not recognize red line.
Is it possible to remove blue line programmatically, like
$docx->removeWordContent(['type' => 'shape']);
Thanks.