|
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.EmbeddedFileResource
public class EmbeddedFileResource
Represents EmbeddedFile resource.
Licensing:
This class is a
DynamicPDF Generator Professional Edition feature. One of the following
licenses is required for non-evaluation usage:
Method Summary | |
---|---|
void |
draw(DocumentWriter writer)
Draws the EmbeddedFile resource to the given DocumentWriter object. |
int |
getRequiredPdfObjects()
Gets the number of PDF objects required by the resource. |
Methods inherited from class com.cete.dynamicpdf.Resource |
---|
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 getRequiredPdfObjects()
getRequiredPdfObjects
in class Resource
public void draw(DocumentWriter writer)
DocumentWriter
object.
draw
in class Resource
writer
- DocumentWriter
object to receive the
resource's output.DocumentWriter
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |