(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 :: text ::

interface XPageCursor
Description
makes it possible to perform cursor movements between pages.

Methods' Summary
jumpToFirstPage moves the cursor to the first page.  
jumpToLastPage moves the cursor to the last page.  
jumpToPage moves the cursor to the specified page.  
getPage  
jumpToNextPage moves the cursor to the next page.  
jumpToPreviousPage moves the cursor to the previous page.  
jumpToEndOfPage moves the cursor to the end of the current page.  
jumpToStartOfPage moves the cursor to the start of the current page.  
Methods' Details
jumpToFirstPage
boolean
jumpToFirstPage();

Description
moves the cursor to the first page.
jumpToLastPage
boolean
jumpToLastPage();

Description
moves the cursor to the last page.
jumpToPage
boolean
jumpToPage( [in] short  nPage );

Description
moves the cursor to the specified page.
getPage
short
getPage();

Returns
the number of the page within the document of this cursor.
jumpToNextPage
boolean
jumpToNextPage();

Description
moves the cursor to the next page.
See also
XPageCursor::jumpToPreviousPage
jumpToPreviousPage
boolean
jumpToPreviousPage();

Description
moves the cursor to the previous page.
See also
XPageCursor::jumpToNextPage
jumpToEndOfPage
boolean
jumpToEndOfPage();

Description
moves the cursor to the end of the current page.
See also
XPageCursor::jumpToEndOfPreviousPage
jumpToStartOfPage
boolean
jumpToStartOfPage();

Description
moves the cursor to the start of the current 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.