MCPcopy Create free account
hub / github.com/Alan-CRL/Inkeys / ActivateSildeShowWindow

Method ActivateSildeShowWindow

PptCOM/PptCOM.cs:1503–1516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1501 slideShowWindows = application.SlideShowWindows;
1502 return (int)slideShowWindows.Count;
1503 }
1504 finally
1505 {
1506 SafeRelease(slideShowWindows);
1507 slideShowWindows = null;
1508 }
1509 }
1510
1511 // 操控函数
1512 public void NextSlideShow(bool check)
1513 {
1514 // 如果为末页情况,则需要传入 check = true 才能继续下一页
1515 // TODO:还需要考虑没有结束放映页的情况
1516 // TODO:对于没有结束放映页的 PPT,我们还没有办法判定并拦截(其实是不好写 hhh)
1517
1518 bool endPage = false;
1519 try

Callers 1

FocusPptShowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected