扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text接口abstractdocument.attributecontext的类成员方法: removeattributes定义及介绍
发布时间:2014-2-18
本文导语:
removeattributes
attributeset removeattributes(attributeset old,
enumeration names)
移除元素的一组属性。
参数:old - 旧的属性集names - 属性名
返回:已更新的属性集另请参见:mutableattributeset.removeattributes(java.util.enumerat...