Class StiTxtExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiTxtExportSettings
TXT format export settings
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets type of drawing border.Gets value which indicates a EscapeCodesCollection name.Export formatfloatgetZoomX()Gets horizontal zoom factor.floatgetZoomY()Gets vertical zoom factor.booleanGets value which indicates that long text lines will be cut.booleanGets value which indicates that borders will be drawn or not.booleanGets value which indicates that empty graph space lines will be removed.booleanGets value which indicates that empty space lines will be removed.booleanGets value which indicates that special FeedPageCode marker will be placed in result file.booleanGets value which indicates that Escape codes will be used.voidsetBorderType(StiTxtBorderType borderType) Sets type of drawing border.voidsetCutLongLines(boolean cutLongLines) Sets value which indicates that long text lines will be cut.voidsetDrawBorder(boolean drawBorder) Sets value which indicates that borders will be drawn or not.voidsetEncoding(Charset encoding) voidsetEscapeCodesCollectionName(String escapeCodesCollectionName) Sets value which indicates a EscapeCodesCollection name.voidsetKillSpaceGraphLines(boolean killSpaceGraphLines) Sets value which indicates that empty graph space lines will be removed.voidsetKillSpaceLines(boolean killSpaceLines) Sets value which indicates that empty space lines will be removed.voidsetPutFeedPageCode(boolean putFeedPageCode) Sets value which indicates that special FeedPageCode marker will be placed in result file.voidsetUseEscapeCodes(boolean useEscapeCodes) Sets value which indicates that Escape codes will be used.voidsetZoomX(float zoomX) Sets horizontal zoom factor.voidsetZoomY(float zoomY) Sets vertical zoom factor.Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiTxtExportSettings
-
StiTxtExportSettings
public StiTxtExportSettings()
-
-
Method Details
-
getExportFormat
Export format- Overrides:
getExportFormatin classStiPageRangeExportSettings- Returns:
- the exportFormat
-
getEncoding
- Returns:
- the encoding
-
setEncoding
- Parameters:
encoding- the encoding to set
-
isDrawBorder
public boolean isDrawBorder()Gets value which indicates that borders will be drawn or not.- Returns:
- the drawBorder
-
setDrawBorder
public void setDrawBorder(boolean drawBorder) Sets value which indicates that borders will be drawn or not.- Parameters:
drawBorder- the drawBorder to set
-
getBorderType
Gets type of drawing border.- Returns:
- the borderType
-
setBorderType
Sets type of drawing border.- Parameters:
borderType- the borderType to set
-
isKillSpaceLines
public boolean isKillSpaceLines()Gets value which indicates that empty space lines will be removed.- Returns:
- the killSpaceLines
-
setKillSpaceLines
public void setKillSpaceLines(boolean killSpaceLines) Sets value which indicates that empty space lines will be removed.- Parameters:
killSpaceLines- the killSpaceLines to set
-
isKillSpaceGraphLines
public boolean isKillSpaceGraphLines()Gets value which indicates that empty graph space lines will be removed.- Returns:
- the killSpaceGraphLines
-
setKillSpaceGraphLines
public void setKillSpaceGraphLines(boolean killSpaceGraphLines) Sets value which indicates that empty graph space lines will be removed.- Parameters:
killSpaceGraphLines- the killSpaceGraphLines to set
-
isPutFeedPageCode
public boolean isPutFeedPageCode()Gets value which indicates that special FeedPageCode marker will be placed in result file.- Returns:
- the putFeedPageCode
-
setPutFeedPageCode
public void setPutFeedPageCode(boolean putFeedPageCode) Sets value which indicates that special FeedPageCode marker will be placed in result file.- Parameters:
putFeedPageCode- the putFeedPageCode to set
-
isCutLongLines
public boolean isCutLongLines()Gets value which indicates that long text lines will be cut.- Returns:
- the cutLongLines
-
setCutLongLines
public void setCutLongLines(boolean cutLongLines) Sets value which indicates that long text lines will be cut.- Parameters:
cutLongLines- the cutLongLines to set
-
getZoomX
public float getZoomX()Gets horizontal zoom factor.- Returns:
- the zoomX
-
setZoomX
public void setZoomX(float zoomX) Sets horizontal zoom factor.- Parameters:
zoomX- the zoomX to set
-
getZoomY
public float getZoomY()Gets vertical zoom factor.- Returns:
- the zoomY
-
setZoomY
public void setZoomY(float zoomY) Sets vertical zoom factor.- Parameters:
zoomY- the zoomY to set
-
isUseEscapeCodes
public boolean isUseEscapeCodes()Gets value which indicates that Escape codes will be used.- Returns:
- the useEscapeCodes
-
setUseEscapeCodes
public void setUseEscapeCodes(boolean useEscapeCodes) Sets value which indicates that Escape codes will be used.- Parameters:
useEscapeCodes- the useEscapeCodes to set
-
getEscapeCodesCollectionName
Gets value which indicates a EscapeCodesCollection name.- Returns:
- the escapeCodesCollectionName
-
setEscapeCodesCollectionName
Sets value which indicates a EscapeCodesCollection name.- Parameters:
escapeCodesCollectionName- the escapeCodesCollectionName to set
-