WordJoinOptions
WordJoinOptions()
Initializes a new instance of the WordJoinOptions
class.
public WordJoinOptions()
See Also
- class WordJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
WordJoinOptions(int[])
Initializes a new instance of the WordJoinOptions
class.
public WordJoinOptions(int[] pageNumbers)
Parameter | Type | Description |
---|---|---|
pageNumbers | Int32[] | Page numbers. |
See Also
- class WordJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
WordJoinOptions(int, int)
Initializes a new instance of the WordJoinOptions
class.
public WordJoinOptions(int startNumber, int endNumber)
Parameter | Type | Description |
---|---|---|
startNumber | Int32 | The start page number. |
endNumber | Int32 | The end page number. |
See Also
- class WordJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
WordJoinOptions(int, int, RangeMode)
Initializes a new instance of the WordJoinOptions
class.
public WordJoinOptions(int startNumber, int endNumber, RangeMode mode)
Parameter | Type | Description |
---|---|---|
startNumber | Int32 | The start page number. |
endNumber | Int32 | The end page number. |
mode | RangeMode | The range mode. |
See Also
- enum RangeMode
- class WordJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
WordJoinOptions(FileType)
Initializes a new instance of the WordJoinOptions
class.
public WordJoinOptions(FileType fileType)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The type of the file to join. |
See Also
- class FileType
- class WordJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
WordJoinOptions(FileType, int[])
Initializes a new instance of the WordJoinOptions
class.
public WordJoinOptions(FileType fileType, int[] pageNumbers)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The type of the file to join. |
pageNumbers | Int32[] | Page numbers. |
See Also
- class FileType
- class WordJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
WordJoinOptions(FileType, int, int)
Initializes a new instance of the WordJoinOptions
class.
public WordJoinOptions(FileType fileType, int startNumber, int endNumber)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The type of the file to join. |
startNumber | Int32 | The start page number. |
endNumber | Int32 | The end page number. |
See Also
- class FileType
- class WordJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
WordJoinOptions(FileType, int, int, RangeMode)
Initializes a new instance of the WordJoinOptions
class.
public WordJoinOptions(FileType fileType, int startNumber, int endNumber, RangeMode mode)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The type of the file to join. |
startNumber | Int32 | The start page number. |
endNumber | Int32 | The end page number. |
mode | RangeMode | The range mode. |
See Also
- class FileType
- enum RangeMode
- class WordJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger