|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextFormatTabSeparated
This interface allows you to set the options when exporting a report to a text file with tab separated values.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.ITextFormatSeparated |
|---|
ITextFormatSeparated.CeExportMode, ITextFormatSeparated.CeGroupSectionsOption, ITextFormatSeparated.CeReportSectionsOption |
| Method Summary | |
|---|---|
boolean |
isSameDateFormat()
Returns whether or not to use the same date formats as in the report. |
boolean |
isSameNumberFormat()
Returns whether or not to use the same number formats as in the report. |
void |
setSameDateFormat(boolean SameDate)
Sets whether or not to use the same date formats as in the report. |
void |
setSameNumberFormat(boolean SameNumber)
Sets whether or not to use the same number formats as in the report. |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.ITextFormatSeparated |
|---|
getDelimiter, getExportMode, getGroupSectionsOption, getReportSectionsOption, getSeparator, setDelimiter, setExportMode, setGroupSectionsOption, setReportSectionsOption, setSeparator |
| Method Detail |
|---|
boolean isSameNumberFormat()
throws SDKException
Returns whether or not to use the same number formats as in the report.
true if the same number formats as in the report will be used,
false otherwise.
SDKException - This is thrown if the process is unsuccessful.void setSameNumberFormat(boolean SameNumber)
Sets whether or not to use the same number formats as in the report.
SameNumber - true if the same number formats as in the report will be used,
false otherwise.
boolean isSameDateFormat()
throws SDKException
Returns whether or not to use the same date formats as in the report.
true if the same date formats as in the report will be used.
SDKException - This is thrown if the process is unsuccessful.void setSameDateFormat(boolean SameDate)
Sets whether or not to use the same date formats as in the report.
SameDate - true if the same date formats as in the report will be used.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||