Text style class

文本的样式类

构造函数

属性

align: string = 'left'

Indicates the horizontal alignment of text paragraphs using this text format

表示使用此文本格式的文本段落的水平对齐方式

"left"
alignItems: string

Alignment of images and text in mixed content. Possible values are top, middle, bottom

图文混排时图片和文字的对齐方式。可选值是top, middle, bottom

bold: boolean = false

Whether the text is bold

是否为粗体

color: string = "#000000"

Text color

文字颜色

font: string = ""

Font

字体

fontSize: number = 12

Font size

字号

italic: boolean = false

Whether the text is italic

是否为斜体

leading: number = 2

Vertical line spacing (in pixels)

垂直行间距(以像素为单位)

strikethrough: boolean = false

Whether to display the strikethrough.

是否显示删除线。

strikethroughColor: string = null

The color of the strikethrough.

删除线颜色。

stroke: number = 0

Stroke width (in pixels). Default is 0, meaning no stroke

描边宽度(以像素为单位)。默认值0,表示不描边

0
strokeColor: string = '#000000'

Stroke color, represented as a string

描边颜色,以字符串表示

"#000000"
underline: boolean = false

Whether to show underline

是否显示下划线

underlineColor: string = null

Underline color

下划线颜色

valign: string = 'top'

Indicates the vertical alignment of text paragraphs using this text format

表示使用此文本格式的文本段落的垂直对齐方式

"top"