扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类stylecontext.smallattributeset的类成员方法: containsattribute定义及介绍
发布时间:2014-2-18
本文导语:
containsattribute
public boolean containsattribute(object name,
object value)
检查给定的属性名称/值是否已定义。
指定者:接口 attributeset 中的 containsattribute
参数:name - 属性名称value - 属性值
返回:如果名称/值...