コード例 #1
0
 public void AnimateInSlide()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.AddInSlideAnimationButtonClick(new RibbonControl("AnimateInSlide"));
     });
 }
コード例 #2
0
 public void PasteToFillSlide()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(PasteLabText.PasteToFillSlideTag));
     }));
 }
コード例 #3
0
 public void PasteIntoGroup()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(PasteLabText.PasteIntoGroupTag));
     }));
 }
コード例 #4
0
 public void RemoveAgenda()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(AgendaLabText.RemoveAgendaTag));
     }));
 }
コード例 #5
0
 public void TransparentEffect()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(EffectsLabText.MakeTransparentTag));
     }));
 }
コード例 #6
0
 public void HighlightFragments()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(HighlightLabText.HighlightTextTag));
     }));
 }
コード例 #7
0
 public void AutoNarrate()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(NarrationsLabText.AddNarrationsTag));
     }));
 }
コード例 #8
0
 public void ConvertToPic()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.ConvertToPictureButtonClick(new RibbonControl("ConvertToPic"));
     });
 }
コード例 #9
0
 public void DrillDown()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.AddZoomInButtonClick(new RibbonControl("DrillDown"));
     });
 }
コード例 #10
0
 public void OpenSpotlightDialog()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.SpotlightDialogButtonPressed(new RibbonControl("OpenSpotlightDialog"));
     });
 }
コード例 #11
0
 public void FitToHeight()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.OnAction(new RibbonControl("fitToHeightShape"));
     });
 }
コード例 #12
0
 public void SetSpotlightProperties(float newTransparency, float newSoftEdge, Color newColor)
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.SpotlightPropertiesEdited(newTransparency, newSoftEdge, newColor);
     });
 }
コード例 #13
0
 public void Spotlight()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.SpotlightBtnClick(new RibbonControl("Spotlight"));
     });
 }
コード例 #14
0
 public void AutoCaptions()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.AddCaptionClick(new RibbonControl("AutoCaptions"));
     });
 }
コード例 #15
0
 public void OpenZoomLabSettings()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ZoomLabText.SettingsTag));
     }));
 }
コード例 #16
0
 public void AutoCaptions()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(CaptionsLabText.AddCaptionsTag));
     }));
 }
コード例 #17
0
 public void HighlightBackground()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(HighlightLabText.HighlightBackgroundTag));
     }));
 }
コード例 #18
0
 public void Spotlight()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.OnAction(new RibbonControl("AddSpotlight"));
     });
 }
コード例 #19
0
 public void RemoveHighlight()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(HighlightLabText.RemoveHighlightTag));
     }));
 }
コード例 #20
0
 public void OpenSpotlightDialog()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.OnAction(new RibbonControl(EffectsLabText.SpotlightSettingsTag));
     });
 }
コード例 #21
0
 public void GenerateBeamAgenda()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(AgendaLabText.BeamAgendaTag));
     }));
 }
コード例 #22
0
 public void ConvertToPic()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ShortcutsLabText.ConvertToPictureTag));
     }));
 }
コード例 #23
0
 public void SynchronizeAgenda()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(AgendaLabText.UpdateAgendaTag));
     }));
 }
コード例 #24
0
 public void DrillDown()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ZoomLabText.DrillDownTag));
     }));
 }
コード例 #25
0
 public void MagnifyingGlassEffect()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(EffectsLabText.MagnifyTag));
     }));
 }
コード例 #26
0
 public void StepBack()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ZoomLabText.StepBackTag));
     }));
 }
コード例 #27
0
 public void PasteAtOriginalPosition()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(PasteLabText.PasteAtOriginalPositionTag));
     }));
 }
コード例 #28
0
 public void AddZoomToArea()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ZoomLabText.ZoomToAreaTag));
     }));
 }
コード例 #29
0
 public void ReplaceWithClipboard()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(PasteLabText.ReplaceWithClipboardTag));
     }));
 }
コード例 #30
0
 public void SepiaBackgroundEffect()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.SepiaBackgroundEffectClick(new RibbonControl("SepiaEffect"));
     });
 }