public class TextStyle extends Object
| 构造器和说明 |
|---|
TextStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
Align |
getAlign() |
String |
getColor() |
String |
getFontFamily() |
int |
getFontSize() |
String |
getFontStyle() |
String |
getFontWeight() |
int |
getLineHeight() |
VerticalAlign |
getVerticalAlign() |
void |
setAlign(Align align) |
void |
setColor(String color) |
void |
setFontFamily(String fontFamily) |
void |
setFontSize(int fontSize) |
void |
setFontStyle(String fontStyle) |
void |
setFontWeight(String fontWeight) |
void |
setLineHeight(int lineHeight) |
void |
setVerticalAlign(VerticalAlign verticalAlign) |
public String getColor()
public void setColor(String color)
public String getFontStyle()
public void setFontStyle(String fontStyle)
public String getFontWeight()
public void setFontWeight(String fontWeight)
public String getFontFamily()
public void setFontFamily(String fontFamily)
public int getFontSize()
public void setFontSize(int fontSize)
public Align getAlign()
public void setAlign(Align align)
public VerticalAlign getVerticalAlign()
public void setVerticalAlign(VerticalAlign verticalAlign)
public int getLineHeight()
public void setLineHeight(int lineHeight)
Copyright © 2018 Bstek. All rights reserved.