LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XDrawView Interface Referencepublished

is implemented by views that display DrawPages or MasterPages. More...

import"XDrawView.idl";

Inheritance diagram for XDrawView:
XInterface DrawingDocumentDrawView XDrawSubController XSlideSorterBase PresentationView PreviewView HandoutView NotesView SlideSorter

Public Member Functions

void setCurrentPage ([in] com::sun::star::drawing::XDrawPage xPage)
 changes the current page. More...
 
com::sun::star::drawing::XDrawPage getCurrentPage ()
 returns the current page. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

is implemented by views that display DrawPages or MasterPages.

Member Function Documentation

◆ getCurrentPage()

returns the current page.

Returns
the DrawPage or MasterPage that is currently displayed.

◆ setCurrentPage()

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

changes the current page.

Parameters
xPagethis DrawPage or MasterPage will be displayed inside this view.

The documentation for this interface was generated from the following file: