|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.generatepdf.client.ExportPDFResult
public class ExportPDFResult
Provides a method for getting the PDF document produced by the exportPDF
method.
com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient#exportPDF()
,
Serialized FormConstructor Summary | |
---|---|
ExportPDFResult()
The default constructor. |
Method Summary | |
---|---|
Document |
getConvertedDocument()
Returns the Document object containing the result of the
GeneratePdfServiceClient.exportPDF()
operation, or null if no result has been generated. |
void |
setConvertedDocument(Document convertedDocument)
For internal use only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportPDFResult()
Method Detail |
---|
public Document getConvertedDocument()
Document
object containing the result of the
GeneratePdfServiceClient.exportPDF()
operation, or null
if no result has been generated.
Document
object containing the resultant file that was converted from the PDF document.public void setConvertedDocument(Document convertedDocument)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |