public class MarkupConvertOptions extends CommonConvertOptions<MarkupFileType> implements Serializable
Options for conversion to Markup file type.
Constructor and Description |
---|
MarkupConvertOptions()
Initializes new instance of
MarkupConvertOptions class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getFixedLayout()
If
true fixed layout will be used e.g. |
boolean |
getUsePdf()
If
true , the input firstly is converted to PDF and after that to desired format |
int |
getZoom()
Specifies the zoom level in percentage.
|
boolean |
isFixedLayoutShowBorders()
Gets show page borders when converting to fixed layout flag.
|
void |
setFixedLayout(boolean value)
If
true fixed layout will be used e.g. |
void |
setFixedLayoutShowBorders(boolean fixedLayoutShowBorders)
Show show page borders when converting to fixed layout flag.
|
void |
setUsePdf(boolean value)
If
true , the input firstly is converted to PDF and after that to desired format |
void |
setZoom(int value)
Specifies the zoom level in percentage.
|
getPageNumber, getPages, getPagesCount, getWatermark, setPageNumber, setPages, setPagesCount, setWatermark
deepClone, getFormat_ConvertOptions_New, getFormat, setFormat_ConvertOptions_New, setFormat
equals, equals, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getFormat, setFormat
public MarkupConvertOptions()
Initializes new instance of MarkupConvertOptions
class.
public final boolean getUsePdf()
If true
, the input firstly is converted to PDF and after that to desired format
public final void setUsePdf(boolean value)
If true
, the input firstly is converted to PDF and after that to desired format
public final boolean getFixedLayout()
If true
fixed layout will be used e.g. absolutely positioned html elements
Default: true
public final void setFixedLayout(boolean value)
If true
fixed layout will be used e.g. absolutely positioned html elements
Default: true
public final int getZoom()
Specifies the zoom level in percentage. Default is 100.
public final void setZoom(int value)
Specifies the zoom level in percentage. Default is 100.
public boolean isFixedLayoutShowBorders()
public void setFixedLayoutShowBorders(boolean fixedLayoutShowBorders)
fixedLayoutShowBorders
- show page borders