|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.generatepdf.client.HtmlToPdfResult
public class HtmlToPdfResult
Provides methods for getting the resulting PDF document and log created by the htmlToPDF
method.
com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient#htmlToPDF()
,
Serialized FormConstructor Summary | |
---|---|
HtmlToPdfResult()
For internal use only. |
Method Summary | |
---|---|
Document |
getCreatedDocument()
Returns the Document object containing the result of the
htmlToPDF()
method, or null if the htmlToPDF method was unsuccessful. |
void |
setCreatedDocument(Document createdDocument)
For internal use only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlToPdfResult()
Method Detail |
---|
public Document getCreatedDocument()
Document
object containing the result of the
htmlToPDF()
method, or null
if the htmlToPDF
method was unsuccessful.
Document
containing the PDF document that was created from the
URL.public void setCreatedDocument(Document createdDocument)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |