ASPOSE home

com.aspose.words
Class ZoomType

java.lang.Object
    extended by com.aspose.words.ZoomType

public class ZoomType
extends java.lang.Object

Utility class containing constants. Possible values for how large or small the document appears on the screen in Microsoft Word.
See Also:
ViewOptions, ViewOptions.ZoomType

Field Summary
static final intNONE
           Indicates to use the explicit zoom percentage.
static final intFULL_PAGE
          
static final intPAGE_WIDTH
          
static final intTEXT_FIT
          
 

Field Detail

NONE

public static final int NONE
Indicates to use the explicit zoom percentage.

FULL_PAGE

public static final int FULL_PAGE

PAGE_WIDTH

public static final int PAGE_WIDTH

TEXT_FIT

public static final int TEXT_FIT

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home