public interface IFormattedText
Modifier and Type | Method and Description |
---|---|
IFormattedText |
add(IFormattedText other) |
IFormattedText |
cat(IFormattedText other) |
java.lang.String |
getText() |
IFormattedText add(IFormattedText other)
IFormattedText cat(IFormattedText other)
java.lang.String getText()