public class DocumentResult extends Object
Represents resultant document.
Modifier and Type | Method and Description |
---|---|
long |
getFileFormat()
Gets or sets the file format.
|
OutputStream |
getStream()
Gets or sets the document stream.
|
void |
setFileFormat(long value)
Gets or sets the file format.
|
void |
setStream(OutputStream value)
Gets or sets the document stream.
|
public final long getFileFormat()
Gets or sets the file format.
Value: The file format.public OutputStream getStream()
Gets or sets the document stream.
Value: The document stream.public final void setFileFormat(long value)
Gets or sets the file format.
Value: The file format.public void setStream(OutputStream value)
Gets or sets the document stream.
Value: The document stream.Copyright © 2019. All rights reserved.