com.groupdocs.merger.domain.options.interfaces

Interface ITextSplitOptions

  • All Superinterfaces:
    IOptions
    All Known Implementing Classes:
    TextSplitOptions


    public interface ITextSplitOptions
    extends IOptions

    Interface for the text splitting options.

    • Method Detail

      • getLineNumbers

        int[] getLineNumbers()

        Line numbers for text splitting.

      • getMode

        int getMode()

        Mode for text splitting.

      • getPathByIndex

        String getPathByIndex(int index,
                              String extension)

        Gets the full file path of splitted document by index with defined extension.

        Parameters:
        index - Index of splitted document.
        extension - Extension of file.
        Returns:
        The full file path.
      • getSplitStreamFactory

        SplitStreamFactory getSplitStreamFactory()

        Delegate that defines method to create output split stream.