public class JoinItem extends Object
Represents document to be joined with other documents.
##GroupDocs#Merger#Domain#Options
Constructor and Description |
---|
JoinItem(InputStream document)
Initializes a new instance of the
JoinItem class. |
JoinItem(InputStream document,
long fileFormat,
String password)
Initializes a new instance of the
JoinItem class. |
Modifier and Type | Method and Description |
---|---|
InputStream |
getDocument()
Gets or sets the document.
|
long |
getFileFormat()
Gets or sets the file format.
|
String |
getPassword()
Gets or sets the password.
|
void |
setDocument(InputStream value)
Gets or sets the document.
|
void |
setFileFormat(long value)
Gets or sets the file format.
|
void |
setPassword(String value)
Gets or sets the password.
|
public JoinItem(InputStream document)
Initializes a new instance of the JoinItem
class.
document
- The document.public JoinItem(InputStream document, long fileFormat, String password)
Initializes a new instance of the JoinItem
class.
document
- The document.fileFormat
- The file format.password
- The password.public InputStream getDocument()
Gets or sets the document.
Value: The document.public long getFileFormat()
Gets or sets the file format.
Value: The file format.public String getPassword()
Gets or sets the password.
Value: The password.public void setDocument(InputStream value)
Gets or sets the document.
Value: The document.public void setFileFormat(long value)
Gets or sets the file format.
Value: The file format.public void setPassword(String value)
Gets or sets the password.
Value: The password.Copyright © 2019. All rights reserved.