WordJoinOptions
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.
Constructors
| 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. | 
Methods
| 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 | 
WordJoinOptions()
public WordJoinOptions()
Initializes a new instance of the WordJoinOptions class.
WordJoinOptions(int[] pageNumbers)
public WordJoinOptions(int[] pageNumbers)
Initializes a new instance of the WordJoinOptions class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| pageNumbers | int[] | Page numbers. | 
WordJoinOptions(int startNumber, int endNumber)
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. | 
WordJoinOptions(int startNumber, int endNumber, int mode)
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. | 
WordJoinOptions(FileType fileType)
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. | 
WordJoinOptions(FileType fileType, int[] pageNumbers)
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. | 
WordJoinOptions(FileType fileType, int startNumber, int endNumber)
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. | 
WordJoinOptions(FileType fileType, int startNumber, int endNumber, int mode)
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. | 
getMode()
public final int getMode()
The Word join mode.
Returns: int
setMode(int value)
public final void setMode(int value)
The Word join mode.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int | 
getCompliance()
public final int getCompliance()
Compliance mode for the Word Ooxml format
Returns: int
setCompliance(int value)
public final void setCompliance(int value)
Compliance mode for the Word Ooxml format
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int |