|
ASPOSE home |
java.lang.Objectcom.aspose.words.ViewOptions
public class ViewOptions
Property Getters/Setters Summary | ||
---|---|---|
boolean | getDoNotDisplayPageBoundaries() | |
void | setDoNotDisplayPageBoundaries(boolean value) | |
Turns off display of the space between the top of the text and the top edge of the page. | ||
boolean | getFormsDesign() | |
void | setFormsDesign(boolean value) | |
Specifies whether the document is in forms design mode. | ||
int | getViewType() | |
void | setViewType(int value) | |
Controls the view mode in Microsoft Word. The value of the property is ViewType integer constant. | ||
int | getZoomPercent() | |
void | setZoomPercent(int value) | |
Gets or sets the percentage (between 10 and 500) at which you want to view your document. | ||
int | getZoomType() | |
void | setZoomType(int value) | |
Gets or sets a zoom value based on the size of the window. The value of the property is ZoomType integer constant. |
Property Getters/Setters Detail |
---|
getViewType/setViewType | |
public int getViewType() public void setViewType(int value) |
getZoomType/setZoomType | |
public int getZoomType() public void setZoomType(int value) |
getZoomPercent/setZoomPercent | |
public int getZoomPercent() public void setZoomPercent(int value) |
getDoNotDisplayPageBoundaries/setDoNotDisplayPageBoundaries | |
public boolean getDoNotDisplayPageBoundaries() public void setDoNotDisplayPageBoundaries(boolean value) |
getFormsDesign/setFormsDesign | |
public boolean getFormsDesign() public void setFormsDesign(boolean value) |
Currently works only for documents in WordML format.
|
ASPOSE home |