WordJoinOptions constructor
Contents
[
Hide
]
init
Initializes a new instance of the WordJoinOptions
class.
def __init__(self):
...
init
Initializes a new instance of the WordJoinOptions
class.
def __init__(self, page_numbers):
...
Parameter | Type | Description |
---|---|---|
page_numbers | list | Page numbers. |
init
Initializes a new instance of the WordJoinOptions
class.
def __init__(self, file_type):
...
Parameter | Type | Description |
---|---|---|
file_type | FileType |
The type of the file to join. |
init
Initializes a new instance of the WordJoinOptions
class.
def __init__(self, start_number, end_number):
...
Parameter | Type | Description |
---|---|---|
start_number | int | The start page number. |
end_number | int | The end page number. |
init
Initializes a new instance of the WordJoinOptions
class.
def __init__(self, file_type, page_numbers):
...
Parameter | Type | Description |
---|---|---|
file_type | FileType |
The type of the file to join. |
page_numbers | list | Page numbers. |
init
Initializes a new instance of the WordJoinOptions
class.
def __init__(self, start_number, end_number, mode):
...
Parameter | Type | Description |
---|---|---|
start_number | int | The start page number. |
end_number | int | The end page number. |
mode | RangeMode |
The range mode. |
init
Initializes a new instance of the WordJoinOptions
class.
def __init__(self, file_type, start_number, end_number):
...
Parameter | Type | Description |
---|---|---|
file_type | FileType |
The type of the file to join. |
start_number | int | The start page number. |
end_number | int | The end page number. |
init
Initializes a new instance of the WordJoinOptions
class.
def __init__(self, file_type, start_number, end_number, mode):
...
Parameter | Type | Description |
---|---|---|
file_type | FileType |
The type of the file to join. |
start_number | int | The start page number. |
end_number | int | The end page number. |
mode | RangeMode |
The range mode. |
See Also
- module
groupdocs.merger.domain.options
- class
WordJoinOptions