Class PDFNames

All Implemented Interfaces:
PDFWritable

public class PDFNames extends PDFDictionary
Class representing a PDF Names object
  • Constructor Details

    • PDFNames

      public PDFNames()
      Create the Names object
  • Method Details

    • getDests

      public PDFDests getDests()
      Returns the Dests object
      Returns:
      the Dests object, or null if it's not used
    • setDests

      public void setDests(PDFDests dests)
      Set the Dests object
      Parameters:
      dests - the Dests object
    • getEmbeddedFiles

      public PDFEmbeddedFiles getEmbeddedFiles()
      Returns the EmbeddedFiles object
      Returns:
      the EmbeddedFiles object, or null if it's not used
    • setEmbeddedFiles

      public void setEmbeddedFiles(PDFEmbeddedFiles embeddedFiles)
      Set the EmbeddedFiles object
      Parameters:
      embeddedFiles - the EmbeddedFiles object