public interface ITextSplitOptions extends IOptions
Interface for the text splitting options.
Modifier and Type | Method and Description |
---|---|
int[] |
getLineNumbers()
Line numbers for text splitting.
|
int |
getMode()
Mode for text splitting.
|
String |
getPathByIndex(int index,
String extension)
Gets the full file path of splitted document by index with defined extension.
|
SplitStreamFactory |
getSplitStreamFactory()
Delegate that defines method to create output split stream.
|
void |
validate(FileType fileType)
Validates the split options.
|
int[] getLineNumbers()
Line numbers for text splitting.
int getMode()
Mode for text splitting.
String getPathByIndex(int index, String extension)
Gets the full file path of splitted document by index with defined extension.
index
- Index of splitted document.extension
- Extension of file.SplitStreamFactory getSplitStreamFactory()
Delegate that defines method to create output split stream.