PHPWord icon indicating copy to clipboard operation
PHPWord copied to clipboard

Add more methods to deal with blocks

Open gisostallenberg opened this issue 3 years ago • 1 comments

Description

Add more methods to deal with blocks

  • getVariablesWithoutBlocks - All variables except block macro's
  • getBlocks - All block names
  • keepBlock - Keep a blocks content without the macro around it

Fixes # (issue) See #2107

Checklist:

  • [ ] I have run composer run-script check --timeout=0 and no errors were reported
  • [ ] The new code is covered by unit tests (check build/coverage for coverage report)
  • [ ] I have updated the documentation to describe the changes

gisostallenberg avatar Jul 29 '21 13:07 gisostallenberg

I see this PR is still in draft. Are you still working on this or can this be closed?

waltertamboer avatar May 13 '22 15:05 waltertamboer