このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XPresenterHelper
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: 製図/抽選 ::

unpublished interface XPresenterHelper
Usage 制限s
not published
Description
This interface is a collection of 機能(する)/行事s that are necessary to 器具/実施する larger parts of the presenter 審査する as 拡張. The methods of this interface give 接近 to services that can, at the moment, only 器具/実施するd in the Office 核心, not in an 拡張.

With time some, maybe all, methods can moved to other, better ふさわしい, interfaces.


Methods' 要約
createWindow Create a new window as child window of the given parent window.  
createSharedCanvas Create a new canvas for the given window. The new canvas is a wrapper around the given 株d canvas. The wrapper only 修正するs the origin in all 生産(高) and clipping methods.  
createCanvas Create a new canvas for the given window.  
toTop Move the 明示するd window to the 最高の,を越す of its stacking order. As a result the window will be painted over all its overlapping siblings.  
loadBitmap 負担 a bitmap from a とじ込み/提出する or other accessible 資源 that can be 位置を示すd 経由で a URL.  
captureMouse 逮捕(する) the mouse so that no other window will receive mouse events. 公式文書,認める that this is a 潜在的に dangerous method. Not calling releaseMouse 結局 can lead to an unresponsive 使用/適用.  
releaseMouse 解放(する) a 以前 逮捕(する)d mouse.  
getWindowExtentsRelative Return the bounding box of the given child window 親族 to the direct or indirect parent window.  
Methods' 詳細(に述べる)s
createWindow
::com::sun::星/主役にする::awt::XWindow
createWindow( [in] ::com::sun::星/主役にする::awt::XWindow  xParentWindow,
[in] boolean  bCreateSystemChildWindow,
[in] boolean  bInitiallyVisible,
[in] boolean  bEnableChildTransparentMode,
[in] boolean  bEnableParentClip );

Description
Create a new window as child window of the given parent window.
Parameter xParentWindow
The parent window of the new window.
Parameter bCreateSystemChildWindow
When true then the new window will be a system window that, in the 状況 of the presenter 審査する, can not be painted over by other windows that 嘘(をつく) behind it.
Parameter bInitiallyVisible
When true the new window will be 明白な from the start, i.e. a window listener will not receive a windowShown signal.
Parameter bEnableChildTransparentMode
When true the parent window is painted behind its child windows. This is one half of 許すing child windows to be transparent.
Parameter bEnableParentClip
When true then the parent window is not clipped where its child windows are painted. This is the other half of 許すing child windows to be transparent.
createSharedCanvas
::com::sun::星/主役にする::(判決などを)下すing::XCanvas
createSharedCanvas( [in] ::com::sun::星/主役にする::(判決などを)下すing::XSpriteCanvas  xUpdateCanvas,
[in] ::com::sun::星/主役にする::awt::XWindow  xUpdateWindow,
[in] ::com::sun::星/主役にする::(判決などを)下すing::XCanvas  xSharedCanvas,
[in] ::com::sun::星/主役にする::awt::XWindow  xSharedWindow,
[in] ::com::sun::星/主役にする::awt::XWindow  xWindow );

Description
Create a new canvas for the given window. The new canvas is a wrapper around the given 株d canvas. The wrapper only 修正するs the origin in all 生産(高) and clipping methods.
Parameter xUpdateCanvas
This canvas is used to call updateScreen() on. May be NULL
Parameter xUpdateWindow
The window that belongs to the update canvas. May also be NULL (is 推定する/予想するd to b NULL whenever xUpdateCanvas is.)
Parameter xSharedCanvas
The canvas that is 株d by the wrapper.
Parameter xSharedWindow
The window of the 株d canvas. This is used to 決定する the proper 相殺する.
Parameter xWindow
The canvas is created for this window. Must not be NULL
createCanvas
::com::sun::星/主役にする::(判決などを)下すing::XCanvas
createCanvas( [in] ::com::sun::星/主役にする::awt::XWindow  xWindow,
[in] short  nRequestedCanvasFeatureList,
[in] string  sOptionalCanvasServiceName );

Description
Create a new canvas for the given window.
Parameter xWindow
The canvas is created for this window. Must not be NULL
Parameter nRequestedCanvasFeatureList
名簿(に載せる)/表(にあげる) of requested features that the new canvas should (has to) 供給する. Use only values from the CanvasFeature constants group.
Parameter sOptionalCanvasServiceName
When an explicit service 指名する is given then a new 反対する of this service is created. This service 指名する lets the 報知係 select a 明確な/細部 canvas 実施, e.g. with or without 金物類/武器類 acceleration.
toTop
無効の
toTop( [in] ::com::sun::星/主役にする::awt::XWindow  xWindow );

Description
Move the 明示するd window to the 最高の,を越す of its stacking order. As a result the window will be painted over all its overlapping siblings.
Parameter xWindow
This window will be moved to the 最高の,を越す of its stacking order.
loadBitmap
::com::sun::星/主役にする::(判決などを)下すing::XBitmap
loadBitmap( [in] string  sURL,
[in] ::com::sun::星/主役にする::(判決などを)下すing::XCanvas  xCanvas );

Description
負担 a bitmap from a とじ込み/提出する or other accessible 資源 that can be 位置を示すd 経由で a URL.
Parameter sURL
The URL of the bitmap. For a とじ込み/提出する URL the bitmap is 負担d from the 明示するd とじ込み/提出する.
Parameter xCanvas
The bitmap is created to be 両立できる, and かもしれない optimized, for this canvas.
captureMouse
無効の
captureMouse( [in] ::com::sun::星/主役にする::awt::XWindow  xWindow );

Description
逮捕(する) the mouse so that no other window will receive mouse events. 公式文書,認める that this is a 潜在的に dangerous method. Not calling releaseMouse 結局 can lead to an unresponsive 使用/適用.
Parameter xWindow
The window for which mouse events will be 通知するd even when the mouse pointer moves outside the window or over other windows.
releaseMouse
無効の
releaseMouse( [in] ::com::sun::星/主役にする::awt::XWindow  xWindow );

Description
解放(する) a 以前 逮捕(する)d mouse.
Parameter xWindow
The window from which the mouse will be 解放(する)d.
getWindowExtentsRelative
::com::sun::星/主役にする::awt::Rectangle
getWindowExtentsRelative( [in] ::com::sun::星/主役にする::awt::XWindow  xChildWindow,
[in] ::com::sun::星/主役にする::awt::XWindow  xParentWindow );

Description
Return the bounding box of the given child window 親族 to the direct or indirect parent window.
最高の,を越す of Page

The ASF

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The ASF logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.