|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.icesoft.pdf.pobjects.Dictionary
com.icesoft.pdf.pobjects.actions.FileSpecification
The File Specification diction provides more flexibility then the string form. allowing different files to be specified for different file systems or platforms, or for file system othere than the standard ones (DOS/Windows, Mac OS, and Unix).
| Field Summary |
| Fields inherited from class com.icesoft.pdf.pobjects.Dictionary |
entries, inited, library |
| Constructor Summary | |
FileSpecification(Library l,
Hashtable h)
Constructs a new specification dictionary. |
|
| Method Summary | |
String |
getDescription()
Gets the descriptive text associated with the file specification. |
String |
getDos()
Gets the file specification string representing a DOS file name. |
Hashtable |
getEmbeddedFileDictionary()
Gets a dictionary containing a subset of the keys F, DOS, Mac, and Unix. |
String |
getFileSpecification()
Gets the file specification string. |
String |
getFileSystemName()
Gets the name of the file system to be used to interpret this file specification. |
String |
getId()
Gets an array of two strings constituting a file identifier that is also included in the referenced file. |
String |
getMac()
Gets the file specification string representing a Mac file name. |
Hashtable |
getRelatedFilesDictionary()
Gets a dictionary with the same structure as the EF dectionary, which must also b present. |
String |
getType()
The type of the PDF object that this dictionary describes which is always "Filespec". |
String |
getUnix()
Gets the file specification string representing a Unix file name. |
Boolean |
isVolitile()
Returns a flag indicating whether the file referenced by the file specification is volatile (changes frequently with time). |
| Methods inherited from class com.icesoft.pdf.pobjects.Dictionary |
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, setPObjectReference, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FileSpecification(Library l,
Hashtable h)
l - document library.h - dictionary entries.| Method Detail |
public String getType()
public String getFileSystemName()
public String getFileSpecification()
public String getDos()
public String getMac()
public String getUnix()
public String getId()
public Boolean isVolitile()
public Hashtable getEmbeddedFileDictionary()
public Hashtable getRelatedFilesDictionary()
public String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||