com.spire.pdf.general
Class PdfFileSpecificationBase

java.lang.Object
  extended by com.spire.pdf.general.PdfFileSpecificationBase
All Implemented Interfaces:
IPdfWrapper
Direct Known Subclasses:
PdfEmbeddedFileSpecification

public abstract class PdfFileSpecificationBase
extends java.lang.Object
implements IPdfWrapper

Represents base class for file specification objects.


Constructor Summary
PdfFileSpecificationBase(java.lang.String fileName)
          Initializes a new instance of the class.
 
Method Summary
 PdfDictionary getDictionary()
          Gets the dictionary.
 

Constructor Detail

PdfFileSpecificationBase

public PdfFileSpecificationBase(java.lang.String fileName)
Initializes a new instance of the class.

Parameters:
fileName - Name of the file.
Method Detail

getDictionary

public PdfDictionary getDictionary()
Gets the dictionary.