Specifies the zoom level in percentage. Default is 100.
Default zoom is supported till Microsoft Word 2010. Starting from Microsoft Word 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened.
Returns:
int
setZoom(int value)
public final void setZoom(int value)
Specifies the zoom level in percentage. Default is 100.
Default zoom is supported till Microsoft Word 2010. Starting from Microsoft Word 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened.
Parameters:
Parameter
Type
Description
value
int
getMarginTop()
public final float getMarginTop()
Desired page top margin in points after conversion.
Returns:
float
setMarginTop(float value)
public final void setMarginTop(float value)
Desired page top margin in points after conversion.
Parameters:
Parameter
Type
Description
value
float
getMarginBottom()
public final float getMarginBottom()
Desired page bottom margin in points after conversion.
Returns:
float
setMarginBottom(float value)
public final void setMarginBottom(float value)
Desired page bottom margin in points after conversion.
Parameters:
Parameter
Type
Description
value
float
getMarginLeft()
public final float getMarginLeft()
Desired page left margin in points after conversion.
Returns:
float
setMarginLeft(float value)
public final void setMarginLeft(float value)
Desired page left margin in points after conversion.
Parameters:
Parameter
Type
Description
value
float
getMarginRight()
public final float getMarginRight()
Desired page right margin in points after conversion.
Returns:
float
setMarginRight(float value)
public final void setMarginRight(float value)
Desired page right margin in points after conversion.