OBJRElement Class
Represents object reference entity in logical structure.
Inheritance Hierarchy

Namespace: Aspose.Pdf.LogicalStructure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class OBJRElement : Element

The OBJRElement type exposes the following members.

Properties
  NameDescription
Public propertyChildElements
Gets children collection of [T:/Aspose.Pdf.LogicalStructure.Element] objects.
(Inherited from Element.)
Public propertyParentElement
Get parent element.
(Inherited from Element.)
Methods
  NameDescription
Public methodAppendChild
Append [T:/Aspose.Pdf.LogicalStructure.Element] to collection of children.
(Inherited from Element.)
Public methodEquals (Inherited from Object.)
Public methodFindElementsT
Find Elements of a given type
(Inherited from Element.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ElementToString.)
See Also