OBJRElement
内容
[
隐藏
]遗产: java.lang.Object, com.aspose.pdf.tagged.logicalstructure.elements.Element
public final class OBJRElement extends Element
表示逻辑结构中的对象引用实体。
构造函数
构造函数 | 描述 |
---|---|
OBJRElement(TaggedContext taggedContext, IPdfPrimitive pdfEngineEntity) |
方法
方法 | 描述 |
---|---|
查找给定类型的元素 | |
查找给定类型的元素 | |
appendChild(Element element) | 将 /Aspose.Pdf.LogicalStructure.Element 附加到子集合。 |
equals(Object arg0) | |
getChildElements() | 获取 Element 对象的子集合。 |
getClass() | |
getElementEngine() | 获取父元素。 |
getParentElement() | 获取 Element 对象的父集合。 |
getTaggedContent() | |
getTrailer() | 内部法 |
hashCode() | |
notify() | |
notifyAll() | |
setParentElement(Element parentElement) | |
toString() | 返回表示当前对象的字符串。 |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
OBJRElement(TaggedContext taggedContext, IPdfPrimitive pdfEngineEntity)
public OBJRElement(TaggedContext taggedContext, IPdfPrimitive pdfEngineEntity)
参数:
范围 | 类型 | 描述 |
---|---|---|
taggedContext | TaggedContext | |
pdfEngineEntity | IPdfPrimitive |
findElements(Class typeOfTboolean)
public List<T> <T>findElements(Class<T> typeOfTboolean)
查找给定类型的元素
参数:
范围 | 类型 | 描述 |
---|---|---|
typeOfTboolean | java.lang.Class | 类实例 |
退货:
java.util.列表
findElements(Class typeOfT, boolean recursiveSearch)
public List<T> <T>findElements(Class<T> typeOfT, boolean recursiveSearch)
查找给定类型的元素
参数:
范围 | 类型 | 描述 |
---|---|---|
typeOfT | java.lang.Class | 类实例 |
recursiveSearch | boolean | (可选)递归搜索(默认 false,仅从直接子项搜索) |
退货:
java.util.列表
appendChild(Element element)
public final Element appendChild(Element element)
将 /Aspose.Pdf.LogicalStructure.Element 附加到子集合。
参数:
范围 | 类型 | 描述 |
---|---|---|
element | Element | /Aspose.Pdf.LogicalStructure.Element 对象添加。 |
退货: Element - 添加了/Aspose.Pdf.LogicalStructure.Element。
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
getChildElements()
public final ElementList getChildElements()
获取 Element 对象的子集合。
退货: ElementList - 值:元素对象的子集合。
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getElementEngine()
public final ElementPdfEngine getElementEngine()
获取父元素。
退货: ElementPdfEngine - 值:父元素。
getParentElement()
public final Element getParentElement()
获取 Element 对象的父集合。
退货: Element - 值:元素对象的父集合。
getTaggedContent()
public final ITaggedContent getTaggedContent()
退货: ITaggedContent
getTrailer()
public final ITrailerable getTrailer()
内部法
退货: ITrailerable - 内部元素
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setParentElement(Element parentElement)
public void setParentElement(Element parentElement)
参数:
范围 | 类型 | 描述 |
---|---|---|
parentElement | Element |
toString()
public String toString()
返回表示当前对象的字符串。
退货: java.lang.String - 表示当前对象的字符串。
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 |