StructuredDocumentTagCollection
遗产: java.lang.Object
所有已实现的接口: java.lang.Iterable
public class StructuredDocumentTagCollection implements Iterable
的集合IStructuredDocumentTag表示指定范围内的结构化文档标签的实例。
要了解更多信息,请访问Structured Document Tags or Content Control文档文章。
方法
方法 | 描述 |
---|---|
equals(Object arg0) | |
get(int index) | 返回指定索引处的结构化文档标签。 |
getById(int id) | 按标识符返回结构化文档标签。 |
getByTag(String tag) | 返回集合中遇到的第一个带有指定标签的结构化文档标签。 |
getByTitle(String title) | 返回集合中遇到的具有指定标题的第一个结构化文档标记。 |
getClass() | |
getCount() | 返回集合中结构化文档标签的数量。 |
hashCode() | |
iterator() | 返回一个枚举器对象。 |
notify() | |
notifyAll() | |
remove(int id) | 删除具有指定标识符的结构化文档标签。 |
removeAt(int index) | 删除指定索引处的结构化文档标记。 |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
get(int index)
public IStructuredDocumentTag get(int index)
返回指定索引处的结构化文档标签。
参数:
范围 | 类型 | 描述 |
---|---|---|
index | int | 集合中的索引。 |
退货: IStructuredDocumentTag - 指定索引处的结构化文档标签。
getById(int id)
public IStructuredDocumentTag getById(int id)
按标识符返回结构化文档标签。
如果找不到具有指定标识符的结构化文档标签,则返回 null。
参数:
范围 | 类型 | 描述 |
---|---|---|
id | int | 结构化文档标签标识符。 |
getByTag(String tag)
public IStructuredDocumentTag getByTag(String tag)
返回集合中遇到的第一个带有指定标签的结构化文档标签。
如果找不到具有指定标签的结构化文档标签,则返回 null。
参数:
范围 | 类型 | 描述 |
---|---|---|
tag | java.lang.String | 结构化文档标签的标签。 |
getByTitle(String title)
public IStructuredDocumentTag getByTitle(String title)
返回集合中遇到的具有指定标题的第一个结构化文档标记。
如果找不到具有指定标题的结构化文档标签,则返回 null。
参数:
范围 | 类型 | 描述 |
---|---|---|
title | java.lang.String | 结构化文档标签的标题。 |
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getCount()
public int getCount()
返回集合中结构化文档标签的数量。
退货: int - 集合中结构化文档标签的数量。
hashCode()
public native int hashCode()
退货: 整数
iterator()
public Iterator iterator()
返回一个枚举器对象。
退货: java.util.迭代器
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
remove(int id)
public void remove(int id)
删除具有指定标识符的结构化文档标签。
参数:
范围 | 类型 | 描述 |
---|---|---|
id | int | 结构化文档标签标识符。 |
removeAt(int index)
public void removeAt(int index)
删除指定索引处的结构化文档标记。
参数:
范围 | 类型 | 描述 |
---|---|---|
index | int | 集合中的索引。 |
toString()
public String toString()
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |