TextSplitOptions Class |
Namespace: GroupDocs.Merger.Domain.Options
The TextSplitOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextSplitOptions(String, Int32) |
Initializes a new instance of the TextSplitOptions class.
|
![]() | TextSplitOptions(CreateSplitStream, Int32) |
Initializes a new instance of the TextSplitOptions class.
|
![]() | TextSplitOptions(String, TextSplitMode, Int32) |
Initializes a new instance of the TextSplitOptions class.
|
![]() | TextSplitOptions(CreateSplitStream, ReleaseSplitStream, Int32) |
Initializes a new instance of the TextSplitOptions class.
|
![]() | TextSplitOptions(CreateSplitStream, TextSplitMode, Int32) |
Initializes a new instance of the TextSplitOptions class.
|
![]() | TextSplitOptions(CreateSplitStream, ReleaseSplitStream, TextSplitMode, Int32) |
Initializes a new instance of the TextSplitOptions class.
|
Name | Description | |
---|---|---|
![]() | CreateStream |
Delegate that defines method to create output split stream.
|
![]() | LineNumbers |
Line numbers for text splitting.
|
![]() | Mode |
Mode for text splitting.
|
![]() | ReleaseStream |
Delegate that defines method to release output split stream.
|
Name | Description | |
---|---|---|
![]() | GetPathByIndex |
Gets the full file path of splitted document by index with defined extension.
|
![]() | Validate |
Validates the split options.
|