Class PDFName

All Implemented Interfaces:
Serializable, PDFWritable

public class PDFName extends PDFObject implements Serializable
Class representing a PDF name object.
See Also:
  • Constructor Details

    • PDFName

      public PDFName(String name)
      Creates a new PDF name object.
      Parameters:
      name - the name value
  • Method Details