com.lowagie.text.pdf

Class PdfStructureElement.PdfStructureObj

class PdfStructureElement.PdfStructureObj extends PdfDictionary

Another dictionary residing in the /K of a leaf element. A PdfStructureObj indicates than an entire indirect object represents the marked content in question. Annotations and Form Fields are the most common examples. Again, a structObj can be used to represent an object in the reading order that exists on more than one page.

Since: 2.1.5

Constructor Summary
PdfStructureObj(PdfIndirectReference objRef, PdfIndirectReference pageRef)

Constructor Detail

PdfStructureObj

public PdfStructureObj(PdfIndirectReference objRef, PdfIndirectReference pageRef)