|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.docmosis.document.DocumentRenderResult
The results of a document render
Constructor Summary | |
DocumentRenderResult(long length,
int documentpageCount,
boolean errorsDetectedInDocument)
|
Method Summary | |
int |
getDocumentPageCount()
Get the page count of the document(s) rendered. |
long |
getLength()
Get the length of the resulting document (in bytes) |
boolean |
isErrorsDetectedInDocument()
Determine whether errors exist in the rendered document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentRenderResult(long length, int documentpageCount, boolean errorsDetectedInDocument)
Method Detail |
public long getLength()
public int getDocumentPageCount()
public boolean isErrorsDetectedInDocument()
|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |