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

翻訳前ページへ


Interface XSlideShowController
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: 贈呈 ::

unpublished interface XSlideShowController
Usage 制限s
not published
Description
interface to 支配(する)/統制する a running slideshow.
Since
OOo 3.0
See also
XPresentation2

Methods' 要約
isRunning returns true if the slideshow is still running. If this returns 誤った, this 構成要素 is already 性質の/したい気がして. You can start a new slideshow and get a new instance of XSlideShowController from XPresentation2  
getSlideCount  
getSlideByIndex gives 接近 to the slides that will be shown in this slideshow.  
addSlideShowListener 追加するs a listener that recieves events while the slideshow is running.  
removeSlideShowListener 除去するs a listener.  
gotoNextEffect start next 影響s that wait on a generic 誘発する/引き起こす.  
gotoPreviousEffect undo the last 影響s that where 誘発する/引き起こすd by a generic 誘発する/引き起こす.  
gotoFirstSlide goto and 陳列する,発揮する first slide  
gotoNextSlide goto and 陳列する,発揮する next slide.  
gotoPreviousSlide goto and 陳列する,発揮する previous slide.  
gotoLastSlide goto and 陳列する,発揮する last slide.  
gotoBookmark goto the given textual bookmark  
gotoSlide jumps to the given slide.  
gotoSlideIndex jumps to the slide at the given 索引.  
stopSound stop all 現在/一般に played sounds  
pause pauses the slideshow. All 影響s are paused.  
再開する 再開するs a paused slideshow.  
isPaused returns true if the slideshow is 現在/一般に paused.  
blankScreen pauses the slideshow and blanks the 審査する in the given color.  
活動させる/戦時編成する 活動させる/戦時編成するs the 使用者 interface of this slideshow.  
deactivate can be called to deactivate the 使用者 interface of this slideshow.  
isActive 決定するs if the slideshow is active.  
getCurrentSlide returns slide that is 現在/一般に 陳列する,発揮するd  
getCurrentSlideIndex returns the 索引 of the 現在の slide.  
getNextSlideIndex the 索引 for the slide that is 陳列する,発揮するd next.  
isEndless returns true if the slideshow was started to run endlessly.  
isFullScreen Returns true if the slideshow was started in 十分な-審査する 方式.  
getSlideShow returns the actuall XSlideShow instance that runs the slideshow.
Normaly all 航海 should be done using this 監査役 and not the XSlideShow itself.  
せいにするs' 要約
AlwaysOnTop If this せいにする is 始める,決める to true, the window of the slideshow is always on 最高の,を越す of all other windows.  
MouseVisible If this せいにする is true, the mouse is 明白な during the slideshow.  
UsePen If this is true, a pen is shown during 贈呈.  
PenColor This せいにする changes the color of the pen.  
Methods' 詳細(に述べる)s
isRunning
boolean
isRunning();

Description
returns true if the slideshow is still running. If this returns 誤った, this 構成要素 is already 性質の/したい気がして. You can start a new slideshow and get a new instance of XSlideShowController from XPresentation2
getSlideCount
long
getSlideCount();

Returns
the number of slides in this slideshow.
See also
getSlideByIndex
getSlideByIndex
::com::sun::星/主役にする::製図/抽選::XDrawPage
getSlideByIndex( [in] long  索引 )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
gives 接近 to the slides that will be shown in this slideshow.

Slides are returned in the order they will be 陳列する,発揮するd in the 贈呈 which can be different than the orders of slides in the 文書. Not all slides must be 現在の and each slide can be used more than once.

Returns
the slide at the 明示するd 索引.
Parameter 索引
明示するs the position in the 名簿(に載せる)/表(にあげる) of slides that are 陳列する,発揮するd in this slideshow. The first 索引 is 0.
Throws
com::sun::星/主役にする::lang::IndexOutOfBoundException if the 索引 is not valid.
addSlideShowListener
無効の
addSlideShowListener( [in] XSlideShowListener  Listener );

Description
追加するs a listener that recieves events while the slideshow is running.
removeSlideShowListener
無効の
removeSlideShowListener( [in] XSlideShowListener  Listener );

Description
除去するs a listener.
gotoNextEffect
無効の
gotoNextEffect();

Description
start next 影響s that wait on a generic 誘発する/引き起こす.

If no generic 誘発する/引き起こすs are waiting the next slide will be 陳列する,発揮するd.

gotoPreviousEffect
無効の
gotoPreviousEffect();

Description
undo the last 影響s that where 誘発する/引き起こすd by a generic 誘発する/引き起こす.

If there is no previous 影響 that can be undone then the previous slide will be 陳列する,発揮するd.

gotoFirstSlide
無効の
gotoFirstSlide();

Description
goto and 陳列する,発揮する first slide
gotoNextSlide
無効の
gotoNextSlide();

Description
goto and 陳列する,発揮する next slide.

Remaining 影響s on the 現在の slide will be skiped.

gotoPreviousSlide
無効の
gotoPreviousSlide();

Description
goto and 陳列する,発揮する previous slide.

Remaining 影響s on the 現在の slide will be skiped.

gotoLastSlide
無効の
gotoLastSlide();

Description
goto and 陳列する,発揮する last slide.

Remaining 影響s on the 現在の slide will be skiped.

gotoBookmark
無効の
gotoBookmark( [in] string  Bookmark );

Description
goto the given textual bookmark
gotoSlide
無効の
gotoSlide( [in] ::com::sun::星/主役にする::製図/抽選::XDrawPage  Page )
raises( ::com::sun::星/主役にする::lang::IllegalArgumentException );

Description
jumps to the given slide.

The slide can also be a slide that would normaly not be shown during the 現在の slideshow.

Throws
com::sun::星/主役にする::lang::IllegalArgumentException if the given page is not a valid slide of the 文書 for which this slideshow is started. Also not 許すd are master, 公式文書,認めるs and handout pages.
gotoSlideIndex
無効の
gotoSlideIndex( [in] long  索引 );

Description
jumps to the slide at the given 索引.
stopSound
無効の
stopSound();

Description
stop all 現在/一般に played sounds
pause
無効の
pause();

Description
pauses the slideshow. All 影響s are paused.

The slideshow continues on next 使用者 input or if 再開する is called.

再開する
無効の
再開する();

Description
再開するs a paused slideshow.
isPaused
boolean
isPaused();

Description
returns true if the slideshow is 現在/一般に paused.
See also
pause, 再開する
blankScreen
無効の
blankScreen( [in] long  Color );

Description
pauses the slideshow and blanks the 審査する in the given color.

Change せいにする Pause to 誤った to unpause the slideshow.

活動させる/戦時編成する
無効の
活動させる/戦時編成する();

Description
活動させる/戦時編成するs the 使用者 interface of this slideshow.
See also
deactivate(), isActive()
deactivate
無効の
deactivate();

Description
can be called to deactivate the 使用者 interface of this slideshow.

A deactivated

See also
活動させる/戦時編成する(), isActive()
isActive
boolean
isActive();

Description
決定するs if the slideshow is active.
Returns
true for UI active slideshow
誤った さもなければ
getCurrentSlide
::com::sun::星/主役にする::製図/抽選::XDrawPage
getCurrentSlide();

Description
returns slide that is 現在/一般に 陳列する,発揮するd
getCurrentSlideIndex
long
getCurrentSlideIndex();

Description
returns the 索引 of the 現在の slide.
getNextSlideIndex
long
getNextSlideIndex();

Description
the 索引 for the slide that is 陳列する,発揮するd next.
isEndless
boolean
isEndless();

Description
returns true if the slideshow was started to run endlessly.
isFullScreen
boolean
isFullScreen();

Description
Returns true if the slideshow was started in 十分な-審査する 方式.
getSlideShow
XSlideShow
getSlideShow();

Description
returns the actuall XSlideShow instance that runs the slideshow.
Normaly all 航海 should be done using this 監査役 and not the XSlideShow itself.
せいにするs' 詳細(に述べる)s
AlwaysOnTop
boolean AlwaysOnTop;
Description
If this せいにする is 始める,決める to true, the window of the slideshow is always on 最高の,を越す of all other windows.
MouseVisible
boolean MouseVisible;
Description
If this せいにする is true, the mouse is 明白な during the slideshow.
UsePen
boolean UsePen;
Description
If this is true, a pen is shown during 贈呈.

You can draw on the 贈呈 with this pen.

PenColor
long PenColor;
Description
This せいにする changes the color of the pen.
最高の,を越す 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.