|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.io.BaseFormatter
inetsoft.report.io.TemplateFormatter
inetsoft.report.io.ReportFormatter
public class ReportFormatter
Converting a report to report XML representation.
| Field Summary |
|---|
| Fields inherited from class inetsoft.report.io.TemplateFormatter |
|---|
embedData, keepScript, output, writer |
| Fields inherited from class inetsoft.report.io.BaseFormatter |
|---|
docInfo, report |
| Constructor Summary | |
|---|---|
ReportFormatter(OutputStream output)
Create a template formatter. |
|
| Method Summary | |
|---|---|
protected String |
getType(ReportSheet sheet)
Get the type name of a ReportSheet. |
protected void |
prepare(ReportSheet sheet)
Prepare the report for exporting to xml. |
void |
write(BeanElement elem)
Write the bean element. |
void |
write(ChartElement elem)
Write the chart element. |
void |
write(CompositeElement elem)
Write the composite element. |
void |
write(FormElement elem)
Write the form element. |
void |
write(PainterElement elem)
Write the painter element. |
void |
write(SectionElement elem)
Write the section element. |
protected void |
write(SubreportElement subreport)
Write a subreport. |
void |
write(TableElement elem)
Write the table element. |
protected void |
write(TableLens table,
TableElement elem)
Write a table data. |
void |
write(TOCElement elem)
Write the TOC element. |
protected void |
writeSection(inetsoft.report.internal.SectionElementDef elem)
Write the section specifications. |
| Methods inherited from class inetsoft.report.io.TemplateFormatter |
|---|
end, endCell, endGrid, endHeader, endRow, isKeepScript, localize, prolog, setKeepScript, startCell, startGrid, startHeader, startHeader, startRow, toString, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, writeBeanPropertyDefinition, writeBindingAttr, writeContents, writeContents, writeElementAttributes, writeElementProperties, writeHiddenFields, writeHyperlink, writePageAreas, writePainterAttributes, writePropertyValue, writeSection, writeSectionBand, writeSectionBands, writeShapes, writeTabAttributes |
| Methods inherited from class inetsoft.report.io.BaseFormatter |
|---|
addProgressListener, escape, fireProgressEvent, init, removeProgressListener, setDocumentInfo, writeContents, writeElementContents, writeWarnings, writeWarnings |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportFormatter(OutputStream output)
| Method Detail |
|---|
protected void prepare(ReportSheet sheet)
prepare in class TemplateFormatterpublic void write(TableElement elem)
write in interface Formatterwrite in class TemplateFormatterpublic void write(FormElement elem)
write in interface Formatterwrite in class TemplateFormatterpublic void write(PainterElement elem)
write in interface Formatterwrite in class TemplateFormatterpublic void write(ChartElement elem)
write in interface Formatterwrite in class TemplateFormatter
public void write(TOCElement elem)
throws IOException
write in interface Formatterwrite in class TemplateFormatterIOException
public void write(CompositeElement elem)
throws IOException
write in interface Formatterwrite in class TemplateFormatterIOException
public void write(BeanElement elem)
throws IOException
write in interface Formatterwrite in class TemplateFormatterIOException
public void write(SectionElement elem)
throws IOException
write in interface Formatterwrite in class TemplateFormatterIOException
protected void write(TableLens table,
TableElement elem)
protected String getType(ReportSheet sheet)
getType in class TemplateFormatter
protected void write(SubreportElement subreport)
throws IOException
write in class TemplateFormatterIOException
protected void writeSection(inetsoft.report.internal.SectionElementDef elem)
throws IOException
writeSection in class BaseFormatterIOException
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||