|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportHeadersFootersInterface
Represents an adapter for the ExportSelector capable of exporting headers and footers together with the data.
Method Summary | |
---|---|
java.lang.String[] |
getFooters()
Returns the footers to export below the data. |
java.lang.String[] |
getHeaders()
Returns the headers to export above the data. |
void |
setFooters(java.lang.String[] footers)
Sets the footers to export below the data. |
void |
setHeaders(java.lang.String[] headers)
Sets the headers to export above the data. |
Method Detail |
---|
void setHeaders(java.lang.String[] headers)
headers
- the headers to export above the data.java.lang.String[] getHeaders()
void setFooters(java.lang.String[] footers)
footers
- the headers to export below the data.java.lang.String[] getFooters()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |