|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TrimType | |
| com.ricebridge.csvman | Main package for CSV Manager component. |
| Uses of TrimType in com.ricebridge.csvman |
| Fields in com.ricebridge.csvman declared as TrimType | |
static TrimType |
TrimType.None
Do not trim data field value |
static TrimType |
TrimType.Start
Trim start of data field value |
static TrimType |
TrimType.End
Trim end of data field value |
static TrimType |
TrimType.Full
Trim start and end of data field value |
| Methods in com.ricebridge.csvman that return TrimType | |
TrimType |
CsvSpec.getTrimType()
Get the trim type setting. |
| Methods in com.ricebridge.csvman with parameters of type TrimType | |
void |
CsvLexer.setTrimType(TrimType pTrimType)
|
void |
CsvManager.setTrimType(TrimType pTrimType)
Specify how data fields are to quoted when saving. |
void |
CsvSpec.setTrimType(TrimType pTrimType)
Set the trim type (default: Full; both start and end of data field).. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||