|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.generatepdf.client.OptimizePDFResult
public class OptimizePDFResult
Provides a method for getting the result of the optimizePDF
method.
com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient#optimizePDF()
,
Serialized FormConstructor Summary | |
---|---|
OptimizePDFResult()
The default constructor. |
Method Summary | |
---|---|
Document |
getConvertedDocument()
Returns the Document object containing the result of the
GeneratePdfServiceClient.optimizePDF()
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 OptimizePDFResult()
Method Detail |
---|
public Document getConvertedDocument()
Document
object containing the result of the
GeneratePdfServiceClient.optimizePDF()
operation, or null
if no result has been generated.
Document
object containing the resultant file.public void setConvertedDocument(Document convertedDocument)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |