EditorContext.format(string name, string value)

基础库 2.7.0 开始支持,低版本需做兼容处理

修改样式

参数

string name

属性

string value

支持设置的样式列表

namevalueverson
bold2.7.0
italic2.7.0
underline2.7.0
strike2.7.0
ins2.7.0
scriptsub / super2.7.0
headerH1 / H2 / h3 / H4 / h5 / H62.7.0
alignleft / center / right / justify2.7.0
directionrtl2.7.0
indent-1 / +12.7.0
listordered / bullet / check2.7.0
colorhex color2.7.0
backgroundColorhex color2.7.0
margin/marginTop/marginBottom/marginLeft/marginRightcss style2.7.0
padding/paddingTop/paddingBottom/paddingLeft/paddingRightcss style2.7.0
font/fontSize/fontStyle/fontVariant/fontWeight/fontFamilycss style2.7.0
lineHeightcss style2.7.0
letterSpacingcss style2.7.0
textDecorationcss style2.7.0
textIndentcss style2.8.0
wordWrapcss style2.10.2
wordBreakcss style2.10.2
whiteSpacecss style2.10.2

对已经应用样式的选区设置会取消样式。css style 表示 css 中规定的允许值。