public interface ReportFormatter
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createDocument()
Creates document and put it into byte array
|
void |
renderDocument()
Creates document and serializes it to predefined stream (or something like this)
|