public static interface ReportBuilder.Document
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBinaryContent()
Returns the document binary content.
|
java.lang.String |
getDocumentFileName() |
DocumentType |
getDocumentType() |
java.util.List<byte[]> |
getSplittedContent()
Returns the document list of the related binary content
|
java.lang.String getDocumentFileName()
DocumentType getDocumentType()
byte[] getBinaryContent()
throws java.io.IOException
java.io.IOException - Throws this exception if IO operation is failedjava.util.List<byte[]> getSplittedContent()