0
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 中的最后一行。请帮助...

4

1 回答 1

0

您可以使用该textAlignLast属性:

txtArea.setStyle("textAlign", "justify");
txtArea.setStyle("textAlignLast", "justify"); /*or "center", "left", "right"*/
于 2012-09-04T10:34:22.653 回答