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
Constructor | Description |
---|---|
OBJRElement(TaggedContext taggedContext, IPdfPrimitive pdfEngineEntity) |
Methods
Method | Description |
---|---|
toString() | Returns a string that represents the current object. |
OBJRElement(TaggedContext taggedContext, IPdfPrimitive pdfEngineEntity)
public OBJRElement(TaggedContext taggedContext, IPdfPrimitive pdfEngineEntity)
Parameters:
Parameter | Type | Description |
---|---|---|
taggedContext | TaggedContext | |
pdfEngineEntity | IPdfPrimitive |
toString()
public String toString()
Returns a string that represents the current object.
Returns: java.lang.String - String that represents the current object.