Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: drawing ::

interface XDrawView

Base Interface
com::sun::star::uno::XInterface

Description
is implemented by views that display DrawPage s or MasterPage s.


Known Services which Export this Interface

com::sun::star::drawing::DrawingDocumentDrawView This view service is implemented by objects that can display DrawPage s or MasterPage s in drawing mode.

Methods' Summary

setCurrentPage changes the current page.
getCurrentPage returns the current page.

Methods' Details

setCurrentPage
 
void
setCurrentPage(
[ in ] com::sun::star::drawing::XDrawPage xPage );

Description
changes the current page.
Parameter xPage
this DrawPage or MasterPage will be displayed inside this view.
getCurrentPage
 
com::sun::star::drawing::XDrawPage
getCurrentPage();
Description
returns the current page.
Returns
the DrawPage or MasterPage that is currently displayed.

Top of Page