public class RichTextStringData extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RichTextStringData.IntervalFont |
| 构造器和说明 |
|---|
RichTextStringData(String textString) |
public RichTextStringData(String textString)
public void applyFont(int startIndex,
int endIndex,
WriteFont writeFont)
startIndex - The start index to apply the font to (inclusive)endIndex - The end index to apply to font to (exclusive)writeFont - The font to use.public void applyFont(WriteFont writeFont)
writeFont - The font to use.Copyright © 2018–2022 Alibaba Group. All rights reserved.