Package com.lowagie.text.pdf
Interface PdfOCG
- All Known Implementing Classes:
PdfLayer,PdfLayerMembership
public interface PdfOCG
The interface common to all layer types.
- Author:
- Paulo Soares (psoares@consiste.pt)
-
Method Summary
Modifier and TypeMethodDescriptionGets the object representing the layer.getRef()Gets thePdfIndirectReferencethat represents this layer.
-
Method Details
-
getRef
PdfIndirectReference getRef()Gets thePdfIndirectReferencethat represents this layer.- Returns:
- the
PdfIndirectReferencethat represents this layer
-
getPdfObject
PdfObject getPdfObject()Gets the object representing the layer.- Returns:
- the object representing the layer
-