normalizeTextRecursive method
Normalizes text recursively (handles nested formatting)
Implementation
String normalizeTextRecursive() {
return DanUITextConverter.normalizeTextRecursive(this);
}
Normalizes text recursively (handles nested formatting)
String normalizeTextRecursive() {
return DanUITextConverter.normalizeTextRecursive(this);
}