|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.export.service.StiExportService
com.stimulsoft.report.export.service.StiRtfExportService
public class StiRtfExportService
Class represent export to RTF format Copyright Stimulsoft
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.export.service.StiExportService |
---|
currentPassNumber, DATE_1900, maximumPassNumber, MILLISECONDS_IN_DAY, ONE_HOUR |
Constructor Summary | |
---|---|
StiRtfExportService()
|
Method Summary | |
---|---|
java.lang.String |
convertTextWithHtmlTagsToRtfText(StiFont font,
StiBrush textBrush,
StiTextHorAlignment horAlignment,
java.lang.String text)
Convert text with html tags to Rtf text |
void |
export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
exportRtf(StiReport report,
java.io.OutputStream outputStream,
StiRtfExportSettings settings)
|
StiExportFormat |
getExportFormat()
Returs service export format |
boolean |
getMultipleFiles()
Gets a value indicating a number of files in exported document as a result of export |
java.lang.Boolean |
getRemoveEmptySpaceAtBottom()
Is remove empty soace at bottom |
static java.lang.String |
getRtfFileFromHtmlTags(StiText stiText,
java.lang.String text)
Returns rtf to string |
Methods inherited from class com.stimulsoft.report.export.service.StiExportService |
---|
export, export, export, export, getExFile, getExportedFiles, getExportSettings, getStatusString, invokeExporting, invokeExporting, invokeExporting, isStoped, setExFile, setExportReport, setExportSettings, setOutputStream, setProgress, setStatusString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiRtfExportService()
Method Detail |
---|
public java.lang.String convertTextWithHtmlTagsToRtfText(StiFont font, StiBrush textBrush, StiTextHorAlignment horAlignment, java.lang.String text)
stiText
- StiText
text
-
StiText
public static java.lang.String getRtfFileFromHtmlTags(StiText stiText, java.lang.String text) throws StiException, java.io.IOException
stiText
- StiText
text
-
java.io.IOException
StiException
public void export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings) throws StiException
StiReport
export
in class StiExportService
report
- StiReport
to exportoutputStream
- OutputStream
for exportexportSettings
- StiExportSettings
StiException
public void exportRtf(StiReport report, java.io.OutputStream outputStream, StiRtfExportSettings settings) throws StiException
StiException
public StiExportFormat getExportFormat()
getExportFormat
in class StiExportService
StiExportFormat
public boolean getMultipleFiles()
getMultipleFiles
in class StiExportService
public java.lang.Boolean getRemoveEmptySpaceAtBottom()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |