(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: view ::

constants group DocumentZoomType
Description
These constants specify how the document content is zoomed into the document view.

Constants
OPTIMAL The page content width (excluding margins) at the current selection is fit into the view.  
PAGE_WIDTH The page width at the current selection is fit into the view.  
ENTIRE_PAGE A complete page of the document is fit into the view.  
BY_VALUE The zoom is relative and is to be set via the property ViewSettings::ZoomValue.  
PAGE_WIDTH_EXACT The page width at the current selection is fit into the view, with zhe view ends exactly at the end of the page.  
Constants' Details
OPTIMAL
const short OPTIMAL = 0;
Description
The page content width (excluding margins) at the current selection is fit into the view.
PAGE_WIDTH
const short PAGE_WIDTH = 1;
Description
The page width at the current selection is fit into the view.
ENTIRE_PAGE
const short ENTIRE_PAGE = 2;
Description
A complete page of the document is fit into the view.
BY_VALUE
const short BY_VALUE = 3;
Description
The zoom is relative and is to be set via the property ViewSettings::ZoomValue.
PAGE_WIDTH_EXACT
const short PAGE_WIDTH_EXACT = 4;
Description
The page width at the current selection is fit into the view, with zhe view ends exactly at the end of the page.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.