Class OBJRElement
Contents
[
Hide
]OBJRElement class
Represents object reference entity in logical structure.
public sealed class OBJRElement : Element
Properties
| Name | Description |
|---|---|
| ChildElements { get; } | Gets children collection of Element objects. |
| ParentElement { get; } | Get parent element. |
Methods
| Name | Description |
|---|---|
| AppendChild(Element, bool) | Append Element to collection of children. |
| ClearChilds() | Clear all childs. |
| FindElements<T>(bool) | Find Elements of a given type |
| InsertChild(Element, int, bool) | Insert Element to collection of children at specified index. |
| RemoveChild(int) | Remove child at. |
| override Tag(Annotation) | Bind a structure element to the Annotation. |
| override Tag(Artifact) | Bind a structure element to the Artifact. |
| override Tag(BDC) | Bind a structure element to the content stream BDC operator. |
| override Tag(XForm) | Bind a structure element to the content stream XForm. |
| override Tag(XImage) | Bind a structure element to the XImage. |
| override ToString() | Returns a string that represents the current object. |
See Also
- class Element
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF