normalizeTextRecursive method

String normalizeTextRecursive()

Normalizes text recursively (handles nested formatting)

Implementation

String normalizeTextRecursive() {
  return DanUITextConverter.normalizeTextRecursive(this);
}