public abstract class OutputTypeHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
file |
protected java.lang.String |
mimeType |
| Constructor and Description |
|---|
OutputTypeHandler(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
flushFile() |
java.io.File |
getFile() |
java.lang.String |
getMimeType() |
abstract void |
writeCell(java.lang.Object output,
int col,
int row)
The row indexing is zero based, from the perspective of the row data,
ignoring how many rows were used for the header
|
void |
writeFooterCell(java.lang.Object output,
int col,
int row)
The row indexing is zero based, from the perspective of the row data,
ignoring how many rows were used for the header
|
abstract void |
writeHeaderCell(java.lang.String text,
int col) |
public java.lang.String getMimeType()
public abstract void writeHeaderCell(java.lang.String text,
int col)
public abstract void writeCell(java.lang.Object output,
int col,
int row)
public void writeFooterCell(java.lang.Object output,
int col,
int row)
public abstract void flushFile()
public java.io.File getFile()
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.