|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.options.ExportOptions.Csv
public static final class ExportOptions.Csv
Class for adjustment of the Csv export of a report.
| Constructor Summary | |
|---|---|
ExportOptions.Csv()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getForcedSeparator()
Gets or sets forced separator for the Csv export. |
static boolean |
getUseAliases()
Gets or sets a value which indicates whether it is necessary to use aliases instead of names of components for columns name. |
static boolean |
getUseMultilineText()
Gets or sets a value which indicates whether it is necessary to use multiline text. |
static void |
setForcedSeparator(java.lang.String value)
|
static void |
setUseAliases(boolean value)
|
static void |
setUseMultilineText(boolean value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExportOptions.Csv()
| Method Detail |
|---|
public static java.lang.String getForcedSeparator()
public static void setForcedSeparator(java.lang.String value)
public static boolean getUseAliases()
public static void setUseAliases(boolean value)
public static boolean getUseMultilineText()
public static void setUseMultilineText(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||