Home
last modified time | relevance | path

Searched refs:TextDecorationType (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js411 var TextDecorationType; variable
412 (function (TextDecorationType) {
413 TextDecorationType[TextDecorationType["None"] = 0] = "None";
414 TextDecorationType[TextDecorationType["Underline"] = 1] = "Underline";
415 TextDecorationType[TextDecorationType["Overline"] = 2] = "Overline";
416 TextDecorationType[TextDecorationType["LineThroug
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/
H A Dselectionmenu.js416 decoration: { type: TextDecorationType.None, color: '#FF000000' }

Completed in 3 milliseconds