com.stimulsoft.report.options
Class ExportOptions.Txt

java.lang.Object
  extended by com.stimulsoft.report.options.ExportOptions.Txt
Enclosing class:
ExportOptions

public static final class ExportOptions.Txt
extends java.lang.Object

Class for adjustment of the text export of a report.


Constructor Summary
ExportOptions.Txt()
           
 
Method Summary
static java.lang.String getCheckBoxTextForFalse()
          Gets or sets a text of checkbox for true
static java.lang.String getCheckBoxTextForTrue()
          Gets or sets a text of checkbox for true
static java.lang.String getColumnWidths()
          Set the columns width in format "a;b;c;d;e;f; ...
static java.util.ArrayList<StiEscapeCodesCollection> getEscapeCodesCollectionList()
          Gets or sets a list of escape codes on their behalf.
static boolean getTrimTrailingSpaces()
          Gets or sets a value which indicates whether it is necessary to trim trailing spaces.
static boolean getUseFullHorizontalBorder()
          Gets or sets a value which indicates whether it is necessary to use full horizontal border.
static boolean getUseFullTextBoxWidth()
          Gets or sets a value which indicates whether it is necessary to use full width of TextBox to put text.
static boolean getUseFullVerticalBorder()
          Gets or sets a value which indicates whether it is necessary to use full vertical border.
static boolean getUseOldMode()
          Gets or sets a value which indicates whether it is necessary to use old export mode.
static void setCheckBoxTextForFalse(java.lang.String value)
           
static void setCheckBoxTextForTrue(java.lang.String value)
           
static void setColumnWidths(java.lang.String value)
           
static void setEscapeCodesCollectionList(java.util.ArrayList<StiEscapeCodesCollection> value)
           
static void setTrimTrailingSpaces(boolean value)
           
static void setUseFullHorizontalBorder(boolean value)
           
static void setUseFullTextBoxWidth(boolean value)
           
static void setUseFullVerticalBorder(boolean value)
           
static void setUseOldMode(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions.Txt

public ExportOptions.Txt()
Method Detail

getColumnWidths

public static java.lang.String getColumnWidths()
Set the columns width in format "a;b;c;d;e;f; ... "


setColumnWidths

public static void setColumnWidths(java.lang.String value)

getUseFullTextBoxWidth

public static boolean getUseFullTextBoxWidth()
Gets or sets a value which indicates whether it is necessary to use full width of TextBox to put text.


setUseFullTextBoxWidth

public static void setUseFullTextBoxWidth(boolean value)

getUseOldMode

public static boolean getUseOldMode()
Gets or sets a value which indicates whether it is necessary to use old export mode.


setUseOldMode

public static void setUseOldMode(boolean value)

getUseFullVerticalBorder

public static boolean getUseFullVerticalBorder()
Gets or sets a value which indicates whether it is necessary to use full vertical border.


setUseFullVerticalBorder

public static void setUseFullVerticalBorder(boolean value)

getUseFullHorizontalBorder

public static boolean getUseFullHorizontalBorder()
Gets or sets a value which indicates whether it is necessary to use full horizontal border.


setUseFullHorizontalBorder

public static void setUseFullHorizontalBorder(boolean value)

getCheckBoxTextForTrue

public static java.lang.String getCheckBoxTextForTrue()
Gets or sets a text of checkbox for true


setCheckBoxTextForTrue

public static void setCheckBoxTextForTrue(java.lang.String value)

getCheckBoxTextForFalse

public static java.lang.String getCheckBoxTextForFalse()
Gets or sets a text of checkbox for true


setCheckBoxTextForFalse

public static void setCheckBoxTextForFalse(java.lang.String value)

getTrimTrailingSpaces

public static boolean getTrimTrailingSpaces()
Gets or sets a value which indicates whether it is necessary to trim trailing spaces.


setTrimTrailingSpaces

public static void setTrimTrailingSpaces(boolean value)

getEscapeCodesCollectionList

public static java.util.ArrayList<StiEscapeCodesCollection> getEscapeCodesCollectionList()
Gets or sets a list of escape codes on their behalf.


setEscapeCodesCollectionList

public static void setEscapeCodesCollectionList(java.util.ArrayList<StiEscapeCodesCollection> value)