Class ExportOptions.Txt

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

public static final class ExportOptions.Txt extends Object
Class for adjustment of the text export of a report.
  • Constructor Details

    • Txt

      public Txt()
  • Method Details

    • getColumnWidths

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

      public static void setColumnWidths(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 String getCheckBoxTextForTrue()
      Gets or sets a text of checkbox for true
    • setCheckBoxTextForTrue

      public static void setCheckBoxTextForTrue(String value)
    • getCheckBoxTextForFalse

      public static String getCheckBoxTextForFalse()
      Gets or sets a text of checkbox for true
    • setCheckBoxTextForFalse

      public static void setCheckBoxTextForFalse(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 ArrayList<StiEscapeCodesCollection> getEscapeCodesCollectionList()
      Gets or sets a list of escape codes on their behalf.
    • setEscapeCodesCollectionList

      public static void setEscapeCodesCollectionList(ArrayList<StiEscapeCodesCollection> value)