public class PreviewOptions extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PreviewOptions.FormatEnum |
Preview image format
|
| Constructor | Description |
|---|---|
PreviewOptions() |
public PreviewOptions fileInfo(FileInfo fileInfo)
public FileInfo getFileInfo()
public void setFileInfo(FileInfo fileInfo)
public PreviewOptions format(PreviewOptions.FormatEnum format)
public PreviewOptions.FormatEnum getFormat()
public void setFormat(PreviewOptions.FormatEnum format)
public PreviewOptions outputFolder(String outputFolder)
public String getOutputFolder()
public void setOutputFolder(String outputFolder)
public PreviewOptions width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public PreviewOptions height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public PreviewOptions pageNumbers(List<Integer> pageNumbers)
public PreviewOptions addPageNumbersItem(Integer pageNumbersItem)
public List<Integer> getPageNumbers()
Copyright © 2025. All rights reserved.