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

All Known Subinterfaces:
ITextFormatCharacterSeparated, ITextFormatTabSeparated, ITextFormatTabSeparatedText

public interface ITextFormatSeparated


Nested Class Summary
static interface ITextFormatSeparated.CeExportMode
           
static interface ITextFormatSeparated.CeGroupSectionsOption
           
static interface ITextFormatSeparated.CeReportSectionsOption
           
 
Method Summary
 java.lang.String getDelimiter()
           
 int getExportMode()
           
 int getGroupSectionsOption()
           
 int getReportSectionsOption()
           
 java.lang.String getSeparator()
           
 void setDelimiter(java.lang.String delimiter)
           
 void setExportMode(int mode)
           
 void setGroupSectionsOption(int option)
           
 void setReportSectionsOption(int option)
           
 void setSeparator(java.lang.String separator)
           
 

Method Detail

getSeparator

java.lang.String getSeparator()
                              throws SDKException
Throws:
SDKException

setSeparator

void setSeparator(java.lang.String separator)

getDelimiter

java.lang.String getDelimiter()
                              throws SDKException
Throws:
SDKException

setDelimiter

void setDelimiter(java.lang.String delimiter)

getExportMode

int getExportMode()
                  throws SDKException
Throws:
SDKException

setExportMode

void setExportMode(int mode)

getReportSectionsOption

int getReportSectionsOption()
                            throws SDKException
Throws:
SDKException

setReportSectionsOption

void setReportSectionsOption(int option)

getGroupSectionsOption

int getGroupSectionsOption()
                           throws SDKException
Throws:
SDKException

setGroupSectionsOption

void setGroupSectionsOption(int option)