com.lowagie.text.pdf

Interface PdfOCG

public interface PdfOCG

The interface common to all layer types.

Author: Paulo Soares (psoares@consiste.pt)

Method Summary
PdfObjectgetPdfObject()
Gets the object representing the layer.
PdfIndirectReferencegetRef()
Gets the PdfIndirectReference that represents this layer.

Method Detail

getPdfObject

public PdfObject getPdfObject()
Gets the object representing the layer.

Returns: the object representing the layer

getRef

public PdfIndirectReference getRef()
Gets the PdfIndirectReference that represents this layer.

Returns: the PdfIndirectReference that represents this layer