Package com.itextpdf.kernel.pdf.layer
Interface IPdfOCG
-
- All Known Implementing Classes:
PdfLayer,PdfLayerMembership
public interface IPdfOCGThe interface generalizing the layer types (PdfLayer, PdfLayerMembership).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfIndirectReferencegetIndirectReference()Gets thePdfIndirectReferencethat represents this layer.PdfDictionarygetPdfObject()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 thePdfIndirectReferencethat represents this layer.- Returns:
- the
PdfIndirectReferencethat represents this layer
-
-