com.crystaldecisions.sdk.plugin.desktop.common
Interface ITextFormatTabSeparated

All Superinterfaces:
ITextFormatSeparated

public interface ITextFormatTabSeparated
extends ITextFormatSeparated

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

isSameNumberFormat

boolean isSameNumberFormat()
                           throws SDKException

Returns whether or not to use the same number formats as in the report.

Returns:
true if the same number formats as in the report will be used, false otherwise.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setSameNumberFormat

void setSameNumberFormat(boolean SameNumber)

Sets whether or not to use the same number formats as in the report.

Parameters:
SameNumber - true if the same number formats as in the report will be used, false otherwise.

isSameDateFormat

boolean isSameDateFormat()
                         throws SDKException

Returns whether or not to use the same date formats as in the report.

Returns:
true if the same date formats as in the report will be used.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setSameDateFormat

void setSameDateFormat(boolean SameDate)

Sets whether or not to use the same date formats as in the report.

Parameters:
SameDate - true if the same date formats as in the report will be used.