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 int getMarginTop()
Desired page top margin in pixels after conversion.
Returns:
int
setMarginTop(int value)
public final void setMarginTop(int value)
Desired page top margin in pixels after conversion.
Parameters:
Parameter
Type
Description
value
int
getMarginBottom()
public final int getMarginBottom()
Desired page bottom margin in pixels after conversion.
Returns:
int
setMarginBottom(int value)
public final void setMarginBottom(int value)
Desired page bottom margin in pixels after conversion.
Parameters:
Parameter
Type
Description
value
int
getMarginLeft()
public final int getMarginLeft()
Desired page left margin in pixels after conversion.
Returns:
int
setMarginLeft(int value)
public final void setMarginLeft(int value)
Desired page left margin in pixels after conversion.
Parameters:
Parameter
Type
Description
value
int
getMarginRight()
public final int getMarginRight()
Desired page right margin in pixels after conversion.
Returns:
int
setMarginRight(int value)
public final void setMarginRight(int value)
Desired page right margin in pixels after conversion.