|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.options.ExportOptions.Txt
public static final class ExportOptions.Txt
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 |
---|
public ExportOptions.Txt()
Method Detail |
---|
public static java.lang.String getColumnWidths()
public static void setColumnWidths(java.lang.String value)
public static boolean getUseFullTextBoxWidth()
public static void setUseFullTextBoxWidth(boolean value)
public static boolean getUseOldMode()
public static void setUseOldMode(boolean value)
public static boolean getUseFullVerticalBorder()
public static void setUseFullVerticalBorder(boolean value)
public static boolean getUseFullHorizontalBorder()
public static void setUseFullHorizontalBorder(boolean value)
public static java.lang.String getCheckBoxTextForTrue()
public static void setCheckBoxTextForTrue(java.lang.String value)
public static java.lang.String getCheckBoxTextForFalse()
public static void setCheckBoxTextForFalse(java.lang.String value)
public static boolean getTrimTrailingSpaces()
public static void setTrimTrailingSpaces(boolean value)
public static java.util.ArrayList<StiEscapeCodesCollection> getEscapeCodesCollectionList()
public static void setEscapeCodesCollectionList(java.util.ArrayList<StiEscapeCodesCollection> value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |