追加文本 @param text 文本内容 @return SpanUtils
(@NonNull final CharSequence text)
| 614 | * @return {@link SpanUtils} |
| 615 | */ |
| 616 | public SpanUtils append(@NonNull final CharSequence text) { |
| 617 | apply(TYPE_CHAR_SEQUENCE); |
| 618 | mText = text; |
| 619 | return this; |
| 620 | } |
| 621 | |
| 622 | /** |
| 623 | * 追加换行 |
no test coverage detected