public interface ISplitOptions extends IPageOptions
Interface for the splitting options.
Modifier and Type | Method and Description |
---|---|
int |
getMode()
Gets the mode for page 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.
|
getPages
int getMode()
Gets the mode for page 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.