txtArea.setStyle("textAlign","justify");
显示
等文字textSample textSample textSample textSample textSample textSample textSample textSample
textSample textSample textSample textSample textSample textSample textSample textSample
textSample textSample textSample textSample textSample textSample textSample textSample
textSample
文本区域中的最后一行不合理。是否可以在flex 3中对齐最后一行。请帮助......
答案 0 :(得分:0)
您可以使用textAlignLast
属性:
txtArea.setStyle("textAlign", "justify");
txtArea.setStyle("textAlignLast", "justify"); /*or "center", "left", "right"*/