OBJRElement

Inheritance: java.lang.Object, com.aspose.pdf.tagged.logicalstructure.elements.Element

public final class OBJRElement extends Element

Represents object reference entity in logical structure.

Constructors

ConstructorDescription
OBJRElement(TaggedContext taggedContext, IPdfPrimitive pdfEngineEntity)

Methods

MethodDescription
toString()Returns a string that represents the current object.

OBJRElement(TaggedContext taggedContext, IPdfPrimitive pdfEngineEntity)

public OBJRElement(TaggedContext taggedContext, IPdfPrimitive pdfEngineEntity)

Parameters:

ParameterTypeDescription
taggedContextTaggedContext
pdfEngineEntityIPdfPrimitive

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - String that represents the current object.