I have a LO Draw document with lots of blank text boxes on it. Rather than SHIFT+Click each one (problematic) and delete, I’d like to write a macro to do it.
I’ve tried the following and it error’d out:
vEnum = ThisComponent.getTextFields().createEnumeration()
REM ERROR: BASIC runtime error. Property or method not found: getTextFields.