|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiTxtExportSettings
public class StiTxtExportSettings
TXT format export settings Copyright Stimulsoft
Constructor Summary | |
---|---|
StiTxtExportSettings()
|
|
StiTxtExportSettings(StiExportSettings settings)
|
Method Summary | |
---|---|
StiTxtBorderType |
getBorderType()
Gets type of drawing border. |
java.nio.charset.Charset |
getEncoding()
|
java.lang.String |
getEscapeCodesCollectionName()
Gets value which indicates a EscapeCodesCollection name. |
StiExportFormat |
getExportFormat()
Export format |
float |
getZoomX()
Gets horizontal zoom factor. |
float |
getZoomY()
Gets vertical zoom factor. |
boolean |
isCutLongLines()
Gets value which indicates that long text lines will be cut. |
boolean |
isDrawBorder()
Gets value which indicates that borders will be drawn or not. |
boolean |
isKillSpaceGraphLines()
Gets value which indicates that empty graph space lines will be removed. |
boolean |
isKillSpaceLines()
Gets value which indicates that empty space lines will be removed. |
boolean |
isPutFeedPageCode()
Gets value which indicates that special FeedPageCode marker will be placed in result file. |
boolean |
isUseEscapeCodes()
Gets value which indicates that Escape codes will be used. |
void |
setBorderType(StiTxtBorderType borderType)
Sets type of drawing border. |
void |
setCutLongLines(boolean cutLongLines)
Sets value which indicates that long text lines will be cut. |
void |
setDrawBorder(boolean drawBorder)
Sets value which indicates that borders will be drawn or not. |
void |
setEncoding(java.nio.charset.Charset encoding)
|
void |
setEscapeCodesCollectionName(java.lang.String escapeCodesCollectionName)
Sets value which indicates a EscapeCodesCollection name. |
void |
setKillSpaceGraphLines(boolean killSpaceGraphLines)
Sets value which indicates that empty graph space lines will be removed. |
void |
setKillSpaceLines(boolean killSpaceLines)
Sets value which indicates that empty space lines will be removed. |
void |
setPutFeedPageCode(boolean putFeedPageCode)
Sets value which indicates that special FeedPageCode marker will be placed in result file. |
void |
setUseEscapeCodes(boolean useEscapeCodes)
Sets value which indicates that Escape codes will be used. |
void |
setZoomX(float zoomX)
Sets horizontal zoom factor. |
void |
setZoomY(float zoomY)
Sets vertical zoom factor. |
Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings |
---|
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmail |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiTxtExportSettings(StiExportSettings settings)
public StiTxtExportSettings()
Method Detail |
---|
public StiExportFormat getExportFormat()
getExportFormat
in class StiPageRangeExportSettings
public java.nio.charset.Charset getEncoding()
public void setEncoding(java.nio.charset.Charset encoding)
encoding
- the encoding to setpublic boolean isDrawBorder()
public void setDrawBorder(boolean drawBorder)
drawBorder
- the drawBorder to setpublic StiTxtBorderType getBorderType()
public void setBorderType(StiTxtBorderType borderType)
borderType
- the borderType to setpublic boolean isKillSpaceLines()
public void setKillSpaceLines(boolean killSpaceLines)
killSpaceLines
- the killSpaceLines to setpublic boolean isKillSpaceGraphLines()
public void setKillSpaceGraphLines(boolean killSpaceGraphLines)
killSpaceGraphLines
- the killSpaceGraphLines to setpublic boolean isPutFeedPageCode()
public void setPutFeedPageCode(boolean putFeedPageCode)
putFeedPageCode
- the putFeedPageCode to setpublic boolean isCutLongLines()
public void setCutLongLines(boolean cutLongLines)
cutLongLines
- the cutLongLines to setpublic float getZoomX()
public void setZoomX(float zoomX)
zoomX
- the zoomX to setpublic float getZoomY()
public void setZoomY(float zoomY)
zoomY
- the zoomY to setpublic boolean isUseEscapeCodes()
public void setUseEscapeCodes(boolean useEscapeCodes)
useEscapeCodes
- the useEscapeCodes to setpublic java.lang.String getEscapeCodesCollectionName()
public void setEscapeCodesCollectionName(java.lang.String escapeCodesCollectionName)
escapeCodesCollectionName
- the escapeCodesCollectionName to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |