public class SegmentStyleStyle extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SegmentStyleStyle.Builder |
| 构造器和说明 |
|---|
SegmentStyleStyle() |
SegmentStyleStyle(SegmentStyleStyle.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getBold() |
Integer |
getFontSize() |
String |
getForeColor() |
Boolean |
getItalic() |
Boolean |
getStrikeThrough() |
Boolean |
getUnderline() |
static SegmentStyleStyle.Builder |
newBuilder() |
void |
setBold(Boolean bold) |
void |
setFontSize(Integer fontSize) |
void |
setForeColor(String foreColor) |
void |
setItalic(Boolean italic) |
void |
setStrikeThrough(Boolean strikeThrough) |
void |
setUnderline(Boolean underline) |
public SegmentStyleStyle()
public SegmentStyleStyle(SegmentStyleStyle.Builder builder)
public static SegmentStyleStyle.Builder newBuilder()
public Boolean getBold()
public void setBold(Boolean bold)
public Boolean getItalic()
public void setItalic(Boolean italic)
public Boolean getStrikeThrough()
public void setStrikeThrough(Boolean strikeThrough)
public Boolean getUnderline()
public void setUnderline(Boolean underline)
public String getForeColor()
public void setForeColor(String foreColor)
public Integer getFontSize()
public void setFontSize(Integer fontSize)
Copyright © 2022. All rights reserved.