Interface PdfOCG

All Known Implementing Classes:
PdfLayer, PdfLayerMembership

public interface PdfOCG
The interface common to all layer types.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the object representing the layer.
    Gets the PdfIndirectReference that represents this layer.
  • Method Details

    • getRef

      Gets the PdfIndirectReference that represents this layer.
      Returns:
      the PdfIndirectReference that represents this layer
    • getPdfObject

      PdfObject getPdfObject()
      Gets the object representing the layer.
      Returns:
      the object representing the layer