WordJoinOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.merger.domain.options.PageOptions, com.groupdocs.merger.domain.options.PageJoinOptions
public class WordJoinOptions extends PageJoinOptions
The Word join options.
| Constructor | Description |
|---|---|
| WordJoinOptions() | Initializes a new instance of the WordJoinOptions class. |
| WordJoinOptions(int[] pageNumbers) | Initializes a new instance of the WordJoinOptions class. |
| WordJoinOptions(int startNumber, int endNumber) | Initializes a new instance of the WordJoinOptions class. |
| WordJoinOptions(int startNumber, int endNumber, int mode) | Initializes a new instance of the WordJoinOptions class. |
| WordJoinOptions(FileType fileType) | Initializes a new instance of the WordJoinOptions class. |
| WordJoinOptions(FileType fileType, int[] pageNumbers) | Initializes a new instance of the WordJoinOptions class. |
| WordJoinOptions(FileType fileType, int startNumber, int endNumber) | Initializes a new instance of the WordJoinOptions class. |
| WordJoinOptions(FileType fileType, int startNumber, int endNumber, int mode) | Initializes a new instance of the WordJoinOptions class. |
| Method | Description |
|---|---|
| getMode() | The Word join mode. |
| setMode(int value) | The Word join mode. |
| getCompliance() | Compliance mode for the Word Ooxml format |
| setCompliance(int value) | Compliance mode for the Word Ooxml format |
public WordJoinOptions()
Initializes a new instance of the WordJoinOptions class.
public WordJoinOptions(int[] pageNumbers)
Initializes a new instance of the WordJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumbers | int[] | Page numbers. |
public WordJoinOptions(int startNumber, int endNumber)
Initializes a new instance of the WordJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
public WordJoinOptions(int startNumber, int endNumber, int mode)
Initializes a new instance of the WordJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
| mode | int | The range mode. |
public WordJoinOptions(FileType fileType)
Initializes a new instance of the WordJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file to join. |
public WordJoinOptions(FileType fileType, int[] pageNumbers)
Initializes a new instance of the WordJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file to join. |
| pageNumbers | int[] | Page numbers. |
public WordJoinOptions(FileType fileType, int startNumber, int endNumber)
Initializes a new instance of the WordJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file to join. |
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
public WordJoinOptions(FileType fileType, int startNumber, int endNumber, int mode)
Initializes a new instance of the WordJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file to join. |
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
| mode | int | The range mode. |
public final int getMode()
The Word join mode.
Returns: int
public final void setMode(int value)
The Word join mode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final int getCompliance()
Compliance mode for the Word Ooxml format
Returns: int
public final void setCompliance(int value)
Compliance mode for the Word Ooxml format
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.