| 
 | 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.DocumentPackage
public class DocumentPackage
Represents a package PDF.
Licensing:
This class is a DynamicPDF Generator Professional Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| DocumentPackage()Initializes a new instance of the DocumentPackageclass. | |
| DocumentPackage(AttachmentLayout layout)Initializes a new instance of the DocumentPackageclass with the specified attachment layout type. | |
| Method Summary | |
|---|---|
|  void | draw(DocumentWriter writer)Draws the resource to the given DocumentWriterobject. | 
|  boolean | getAscendingOrder()Gets the boolean which specifies the ordering in ascending or descending. | 
|  AttachmentListingOrderBy | getOrderBy()Gets the listing order by using the specified AttachmentListingOrderByenumeration element. | 
|  int | getRequiredPdfObjects()Gets the number of PDF objects required by the resource. | 
|  AttachmentLayout | getViewList()Gets the value for layout type AttachmentLayout. | 
|  void | setAscendingOrder(boolean ascendingOrder)Sets the boolean which specifies the ordering in ascending or descending. | 
|  void | setOrderBy(AttachmentListingOrderBy listingOrderBy)Sets the value which specifies the listing order. | 
|  void | setViewList(AttachmentLayout layout)Sets the value for layout type AttachmentLayout. | 
| 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 | 
| Constructor Detail | 
|---|
public DocumentPackage()
DocumentPackage class.
public DocumentPackage(AttachmentLayout layout)
DocumentPackage class with the specified attachment layout type.
layout - the layout value which specifies the attachment layout type.| Method Detail | 
|---|
public AttachmentLayout getViewList()
AttachmentLayout.
 Default is detailed layout.
public void setViewList(AttachmentLayout layout)
AttachmentLayout.
layout - the value which specifies the attachment layout type.public AttachmentListingOrderBy getOrderBy()
AttachmentListingOrderBy enumeration element.
public void setOrderBy(AttachmentListingOrderBy listingOrderBy)
listingOrderBy - the value which specifies the listing order.public boolean getAscendingOrder()
public void setAscendingOrder(boolean ascendingOrder)
ascendingOrder - the boolean which specifies the ordering in ascending or descending.public int getRequiredPdfObjects()
getRequiredPdfObjects in class Resourcepublic void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Resourcewriter - 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 | ||||||||