public class WebConvertOptions extends ConvertOptions
| Constructor | Description |
|---|---|
WebConvertOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
WebConvertOptions |
fixedLayout(Boolean fixedLayout) |
|
WebConvertOptions |
fixedLayoutShowBorders(Boolean fixedLayoutShowBorders) |
|
Boolean |
getFixedLayout() |
If true fixed layout will be used e.g.
|
Boolean |
getFixedLayoutShowBorders() |
Show page borders when converting to fixed layout.
|
Boolean |
getUsePdf() |
If true, the input firstly is converted to PDF and after that to desired format
|
Integer |
getZoom() |
Specifies the zoom level in percentage.
|
int |
hashCode() |
|
void |
setFixedLayout(Boolean fixedLayout) |
|
void |
setFixedLayoutShowBorders(Boolean fixedLayoutShowBorders) |
|
void |
setUsePdf(Boolean usePdf) |
|
void |
setZoom(Integer zoom) |
|
String |
toString() |
|
WebConvertOptions |
usePdf(Boolean usePdf) |
|
WebConvertOptions |
zoom(Integer zoom) |
addPagesItem, fromPage, getFromPage, getPages, getPagesCount, getWatermarkOptions, pages, pagesCount, setFromPage, setPages, setPagesCount, setWatermarkOptions, watermarkOptionspublic WebConvertOptions usePdf(Boolean usePdf)
public Boolean getUsePdf()
public void setUsePdf(Boolean usePdf)
public WebConvertOptions fixedLayout(Boolean fixedLayout)
public Boolean getFixedLayout()
public void setFixedLayout(Boolean fixedLayout)
public WebConvertOptions fixedLayoutShowBorders(Boolean fixedLayoutShowBorders)
public Boolean getFixedLayoutShowBorders()
public void setFixedLayoutShowBorders(Boolean fixedLayoutShowBorders)
public WebConvertOptions zoom(Integer zoom)
public Integer getZoom()
public void setZoom(Integer zoom)
public boolean equals(Object o)
equals in class ConvertOptionspublic int hashCode()
hashCode in class ConvertOptionspublic String toString()
toString in class ConvertOptionsCopyright © 2025. All rights reserved.