public class Text extends Object implements TextCommonOption
| Constructor and Description |
|---|
Text() |
| Modifier and Type | Method and Description |
|---|---|
Text |
setBackgroundColor(Object backgroundColor) |
Text |
setBackgroundColor(String backgroundColor) |
Text |
setBorderRadius(Number borderRadius) |
Text |
setBorderRadius(Number[] borderRadius) |
Text |
setFontSize(Number fontSize) |
Text |
setFontSize(String fontSize) |
Text |
setPadding(Number padding) |
Text |
setPadding(Number[] padding) |
Text |
setWidth(Number width) |
Text |
setWidth(String width) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetAlign, setBaseline, setBorderColor, setBorderDashOffset, setBorderType, setBorderWidth, setColor, setFontFamily, setFontStyle, setFontWeight, setHeight, setLineHeight, setOpacity, setTag, setTextBorderColor, setTextBorderDashOffset, setTextBorderType, setTextBorderWidth, setTextShadowBlur, setTextShadowColor, setTextShadowOffsetX, setTextShadowOffsetY, setVerticalAlignsetShadowBlur, setShadowColor, setShadowOffsetX, setShadowOffsetYpublic Text setFontSize(Number fontSize)
setFontSize in interface TextCommonOptionpublic Text setFontSize(String fontSize)
setFontSize in interface TextCommonOptionpublic Text setBackgroundColor(Object backgroundColor)
setBackgroundColor in interface TextCommonOptionpublic Text setBackgroundColor(String backgroundColor)
setBackgroundColor in interface TextCommonOptionpublic Text setBorderRadius(Number borderRadius)
setBorderRadius in interface TextCommonOptionpublic Text setBorderRadius(Number[] borderRadius)
setBorderRadius in interface TextCommonOptionpublic Text setPadding(Number padding)
setPadding in interface TextCommonOptionpublic Text setPadding(Number[] padding)
setPadding in interface TextCommonOptionpublic Text setWidth(Number width)
setWidth in interface TextCommonOptionpublic Text setWidth(String width)
setWidth in interface TextCommonOptionCopyright © 2022. All rights reserved.