|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 EmbeddedFile to the EmbeddedFileList . |
void |
draw(DocumentWriter writer)
Draws the EmbeddedFiles to the given DocumentWriter object. |
EmbeddedFile |
getEmbeddedFiles(int index)
Gets the EmbeddedFile at the given index. |
int |
size()
Gets the number of EmbeddedFile s contained in the EmbeddedFileList . |
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()
EmbeddedFile
s contained in the EmbeddedFileList
.
EmbeddedFile
,
EmbeddedFileList
public EmbeddedFile getEmbeddedFiles(int index)
EmbeddedFile
at the given index.
index
- the index of the embedded file.
EmbeddedFile
public void draw(DocumentWriter writer)
DocumentWriter
object.
draw
in class Resource
writer
- instance of document writer.DocumentWriter
public 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 |