-
- All Known Implementing Classes:
PdfLayer,PdfLayerMembership
public interface PdfOCGThe interface common to all layer types.- Author:
- Paulo Soares (psoares@consiste.pt)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfObjectgetPdfObject()Gets the object representing the layer.PdfIndirectReferencegetRef()Gets thePdfIndirectReferencethat represents this layer.
-
-
-
Method Detail
-
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
-
-