:: com :: sun :: star :: media ::

interface XPlayerWindow
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XComponent
       |  
       +--::com::sun::star::awt::XWindow
            |  
            +--XPlayerWindow
::com::sun::star::awt::XWindow
(referenced interface's summary:)
specifies the basic operations for a window component.
Usage Restrictions
not published
Description

Methods' Summary
update  
setZoomLevel  
getZoomLevel  
setPointerType  
Methods' Details
update
void
update();

setZoomLevel
boolean
setZoomLevel( [in] ZoomLevel  ZoomLevel );

getZoomLevel
ZoomLevel
getZoomLevel();

setPointerType
void
setPointerType( [in] long  SystemPointerType );

Top of Page