|
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.io.DocumentResourceList
public class DocumentResourceList
Class represents a collection of resources for a document.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
int |
add(Resource resource)
Adds a resource to the document. |
void |
addDel(Resource resource,
DocumentWriter writer)
Returns a PDF object reference for the given resource. |
int |
addUnique(Resource resource)
Adds a unique resource to the document. |
int |
getCurrentObjectNumber()
Gets the current object number of the next resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCurrentObjectNumber()
public void addDel(Resource resource, DocumentWriter writer)
resource
- Resource
object to add.writer
- DocumentWriter
object to receive
the resource lists output.Resource
,
DocumentWriter
public int add(Resource resource)
resource
- The resource to add.
public int addUnique(Resource resource)
resource
- The resource to add.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |