|
Docmosis API 4.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.docmosis.document.DocumentConversionResult
public class DocumentConversionResult
The results of a document conversion
Constructor Summary | |
---|---|
DocumentConversionResult(long length,
int pages,
ExternalResourceCollection externalResources)
|
Method Summary | |
---|---|
ExternalResourceCollection |
getExternalResources()
Get the external resource references detected in the document. |
long |
getLength()
Get the length of the resulting conversion (in bytes). |
int |
getPageCount()
Get the page count of the file(s) converted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentConversionResult(long length, int pages, ExternalResourceCollection externalResources)
Method Detail |
---|
public long getLength()
public int getPageCount()
public ExternalResourceCollection getExternalResources()
|
Docmosis API 4.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |