Is it possible to format text for several artifacts in DNG at once?
Hello!
I have a big module in Rational DOORS Next Generation where many artifacts were imported with indents from Word. Like next:
I would like to remove these indents in all artifacts but it's very labored to do it manually. The main problem that I want to print these artifacts without indents in RPE generated document. The number of such artifacts is very big. Is it possible to do it for a group of selected artifacts at once in DNG?
Or may be, is it possible to remove these indents but saving all other formatting data when document is being printed with RPE?
Or may be, is it possible to remove these indents but saving all other formatting data when document is being printed with RPE?
Thanks!
Accepted answer
Export/import via Excel will remove other formattings, remove images, ...
I would go for an Client Extension, where you can manipulate selected artifacts or all artifacts within a module as needed.
See https://github.com/jazz-community/dng-client-extensions for a template or example (e.g. "set-attrs" which iterates over artifacts within a module).
Donat