Package com.itextpdf.kernel.pdf.layer
Interface IPdfOCG
-
- All Known Implementing Classes:
PdfLayer
,PdfLayerMembership
public interface IPdfOCG
The interface generalizing the layer types (PdfLayer, PdfLayerMembership).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfIndirectReference
getIndirectReference()
Gets thePdfIndirectReference
that represents this layer.PdfDictionary
getPdfObject()
Gets the object representing the layer.
-
-
-
Method Detail
-
getPdfObject
PdfDictionary getPdfObject()
Gets the object representing the layer.- Returns:
- the object representing the layer
-
getIndirectReference
PdfIndirectReference getIndirectReference()
Gets thePdfIndirectReference
that represents this layer.- Returns:
- the
PdfIndirectReference
that represents this layer
-
-