扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text接口abstractdocument.attributecontext的类成员方法: removeattribute定义及介绍
发布时间:2014-2-18
本文导语:
removeattribute
attributeset removeattribute(attributeset old,
object name)
从属性集中移除某个属性。
参数:old - 旧的属性集name - 非 null 的属性名
返回:已更新的属性集另请参见:mutableattributeset.removeattribute(java.lang.o...