|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextFormatCharacterSeparated
This interface allows you to set the options when exporting a report to a text file with character 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 | |
|---|---|
java.lang.String |
getQuote()
Gets the quote character to use. |
boolean |
isSameDateFormat()
Gets whether to use the same date formats as the report. |
boolean |
isSameNumberFormat()
Gets whether to use the same number formats as the report. |
void |
setQuote(java.lang.String Quote)
Sets the quote character to use. |
void |
setSameDateFormat(boolean SameDate)
Sets whether to use the same date formats as the report. |
void |
setSameNumberFormat(boolean SameNumber)
Sets whether to use the same number formats as 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 |
|---|
java.lang.String getQuote()
throws SDKException
Gets the quote character to use.
String containing the character to use.
SDKException - This is thrown if the process is unsuccessful.void setQuote(java.lang.String Quote)
Sets the quote character to use.
Quote - A String containing the character to use.
boolean isSameNumberFormat()
throws SDKException
Gets whether to use the same number formats as the report.
true if the same number formats as the report will be used.
SDKException - This is thrown if the process is unsuccessful.void setSameNumberFormat(boolean SameNumber)
Sets whether to use the same number formats as the report.
SameNumber - true if the same number formats as the report will be used.
as the report.
boolean isSameDateFormat()
throws SDKException
Gets whether to use the same date formats as the report.
true if the same date formats as the report will be used.
SDKException - This is thrown if the process is unsuccessful.void setSameDateFormat(boolean SameDate)
Sets whether to use the same date formats as the report.
SameDate - true if the same date formats as the report will be used.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||