| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.Resource
com.cete.dynamicpdf.EmbeddedFileList
public class EmbeddedFileList
Represents a list of EmbeddedFiles.
Licensing:
This class is a DynamicPDF Generator Professional Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Method Summary | |
|---|---|
|  void | add(EmbeddedFile embeddedFile)Adds an EmbeddedFileto theEmbeddedFileList. | 
|  void | draw(DocumentWriter writer)Draws the EmbeddedFiles to the given DocumentWriterobject. | 
|  EmbeddedFile | getEmbeddedFiles(int index)Gets the EmbeddedFileat the given index. | 
|  int | size()Gets the number of EmbeddedFiles contained in theEmbeddedFileList. | 
| Methods inherited from class com.cete.dynamicpdf.Resource | 
|---|
| getRequiredPdfObjects, getResourceType, getUid, newUid | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public int size()
EmbeddedFiles contained in the EmbeddedFileList.
EmbeddedFile, 
EmbeddedFileListpublic EmbeddedFile getEmbeddedFiles(int index)
EmbeddedFile at the given index.
index - the index of the embedded file.
EmbeddedFilepublic void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Resourcewriter - instance of document writer.DocumentWriterpublic void add(EmbeddedFile embeddedFile)
EmbeddedFile to the EmbeddedFileList.
embeddedFile - EmbeddedFile to add.EmbeddedFile, 
EmbeddedFileList| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||