扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.text类attributedstring的类成员方法: attributedstring定义及介绍
发布时间:2014-2-17
本文导语:
attributedstring
public attributedstring(attributedcharacteriterator text)
构造带有 attributedcharacteriterator 表示的给定属性文本的 attributedstring。
参数:text - 此属性字符串的文本。
抛出:
nullpointerexception - 如果 text 为 null。