public class WordJoinOptions
extends com.groupdocs.merger.domain.options.PageJoinOptions
The Word join options.
| Constructor and Description |
|---|
WordJoinOptions()
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompliance()
Compliance mode for the Word Ooxml format
|
int |
getMode()
The Word join mode.
|
void |
setCompliance(int value)
Compliance mode for the Word Ooxml format
|
void |
setMode(int value)
The Word join mode.
|
pagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPagespublic WordJoinOptions()
Initializes a new instance of the WordJoinOptions class.
public WordJoinOptions(FileType fileType)
Initializes a new instance of the WordJoinOptions class.
fileType - The type of the file to join.public WordJoinOptions(FileType fileType, int[] pageNumbers)
Initializes a new instance of the WordJoinOptions class.
fileType - The type of the file to join.pageNumbers - Page numbers.public WordJoinOptions(FileType fileType, int startNumber, int endNumber) throws Exception
Initializes a new instance of the WordJoinOptions class.
fileType - The type of the file to join.startNumber - The start page number.endNumber - The end page number.Exceptionpublic WordJoinOptions(FileType fileType, int startNumber, int endNumber, int mode) throws Exception
Initializes a new instance of the WordJoinOptions class.
fileType - The type of the file to join.startNumber - The start page number.endNumber - The end page number.mode - The range mode.Exceptionpublic WordJoinOptions(int[] pageNumbers)
Initializes a new instance of the WordJoinOptions class.
pageNumbers - Page numbers.public WordJoinOptions(int startNumber,
int endNumber)
throws Exception
Initializes a new instance of the WordJoinOptions class.
startNumber - The start page number.endNumber - The end page number.Exceptionpublic WordJoinOptions(int startNumber,
int endNumber,
int mode)
throws Exception
Initializes a new instance of the WordJoinOptions class.
startNumber - The start page number.endNumber - The end page number.mode - The range mode.Exceptionpublic final int getCompliance()
Compliance mode for the Word Ooxml format
public final int getMode()
The Word join mode.
public final void setCompliance(int value)
Compliance mode for the Word Ooxml format
public final void setMode(int value)
The Word join mode.
Copyright © 2024. All rights reserved.