Home
last modified time | relevance | path

Searched refs:TextAttribute (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/@internal/component/ets/
Dtext.d.ts90 (content?: string | Resource, value?: TextOptions): TextAttribute;
119 declare class TextAttribute extends CommonMethod<TextAttribute> { class
138 font(value: Font): TextAttribute;
178 fontColor(value: ResourceColor): TextAttribute;
218 fontSize(value: number | string | Resource): TextAttribute;
258 minFontSize(value: number | string | Resource): TextAttribute;
298 maxFontSize(value: number | string | Resource): TextAttribute;
338 fontStyle(value: FontStyle): TextAttribute;
378 fontWeight(value: number | FontWeight | string): TextAttribute;
418 textAlign(value: TextAlign): TextAttribute;
[all …]