Class StiTxtExportSettings


public class StiTxtExportSettings extends StiPageRangeExportSettings
TXT format export settings Copyright Stimulsoft
  • Constructor Details

    • StiTxtExportSettings

      public StiTxtExportSettings(StiExportSettings settings)
    • StiTxtExportSettings

      public StiTxtExportSettings()
  • Method Details

    • getExportFormat

      public StiExportFormat getExportFormat()
      Export format
      Overrides:
      getExportFormat in class StiPageRangeExportSettings
      Returns:
      the exportFormat
    • getEncoding

      public Charset getEncoding()
      Returns:
      the encoding
    • setEncoding

      public void setEncoding(Charset encoding)
      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

      public StiTxtBorderType getBorderType()
      Gets type of drawing border.
      Returns:
      the borderType
    • setBorderType

      public void setBorderType(StiTxtBorderType borderType)
      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

      public String getEscapeCodesCollectionName()
      Gets value which indicates a EscapeCodesCollection name.
      Returns:
      the escapeCodesCollectionName
    • setEscapeCodesCollectionName

      public void setEscapeCodesCollectionName(String escapeCodesCollectionName)
      Sets value which indicates a EscapeCodesCollection name.
      Parameters:
      escapeCodesCollectionName - the escapeCodesCollectionName to set