Package com.stimulsoft.report.options
Class ExportOptions.Txt
java.lang.Object
com.stimulsoft.report.options.ExportOptions.Txt
- Enclosing class:
ExportOptions
Class for adjustment of the text export of a report.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGets or sets a text of checkbox for truestatic StringGets or sets a text of checkbox for truestatic StringSet the columns width in format "a;b;c;d;e;f; ...static ArrayList<StiEscapeCodesCollection> Gets or sets a list of escape codes on their behalf.static booleanGets or sets a value which indicates whether it is necessary to trim trailing spaces.static booleanGets or sets a value which indicates whether it is necessary to use full horizontal border.static booleanGets or sets a value which indicates whether it is necessary to use full width of TextBox to put text.static booleanGets or sets a value which indicates whether it is necessary to use full vertical border.static booleanGets or sets a value which indicates whether it is necessary to use old export mode.static voidsetCheckBoxTextForFalse(String value) static voidsetCheckBoxTextForTrue(String value) static voidsetColumnWidths(String value) static voidstatic voidsetTrimTrailingSpaces(boolean value) static voidsetUseFullHorizontalBorder(boolean value) static voidsetUseFullTextBoxWidth(boolean value) static voidsetUseFullVerticalBorder(boolean value) static voidsetUseOldMode(boolean value)
-
Constructor Details
-
Txt
public Txt()
-
-
Method Details
-
getColumnWidths
Set the columns width in format "a;b;c;d;e;f; ... " -
setColumnWidths
-
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
Gets or sets a text of checkbox for true -
setCheckBoxTextForTrue
-
getCheckBoxTextForFalse
Gets or sets a text of checkbox for true -
setCheckBoxTextForFalse
-
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
Gets or sets a list of escape codes on their behalf. -
setEscapeCodesCollectionList
-