public class ConvertDocumentDirectRequest extends Object
| Constructor | Description |
|---|---|
ConvertDocumentDirectRequest() |
Initializes a new instance of the ConvertDocumentDirectRequest class.
|
ConvertDocumentDirectRequest(String format,
File file,
Integer fromPage,
Integer pagesCount,
LoadOptions loadOptions,
ConvertOptions convertOptions) |
Initializes a new instance of the ConvertDocumentDirectRequest class.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
ConvertOptions |
getconvertOptions() |
Conversion options
|
File |
getFile() |
Input file to convert
|
String |
getformat() |
Requested conversion format
|
Integer |
getfromPage() |
Page start conversion from
|
LoadOptions |
getloadOptions() |
Input file load options
|
Integer |
getpagesCount() |
Number of pages to convert
|
int |
hashCode() |
|
void |
setconvertOptions(ConvertOptions convertOptions) |
|
void |
setFile(File file) |
|
void |
setformat(String format) |
|
void |
setfromPage(Integer fromPage) |
|
void |
setloadOptions(LoadOptions loadOptions) |
|
void |
setpagesCount(Integer pagesCount) |
|
String |
toString() |
public ConvertDocumentDirectRequest()
public ConvertDocumentDirectRequest(String format, File file, Integer fromPage, Integer pagesCount, LoadOptions loadOptions, ConvertOptions convertOptions)
format - Requested conversion formatfile - Input file to convertfromPage - Page start conversion frompagesCount - Number of pages to convertloadOptions - Input file load optionsconvertOptions - Conversion optionspublic String getformat()
public void setformat(String format)
public File getFile()
public void setFile(File file)
public Integer getfromPage()
public void setfromPage(Integer fromPage)
public Integer getpagesCount()
public void setpagesCount(Integer pagesCount)
public LoadOptions getloadOptions()
public void setloadOptions(LoadOptions loadOptions)
public ConvertOptions getconvertOptions()
public void setconvertOptions(ConvertOptions convertOptions)
Copyright © 2025. All rights reserved.