Ejemplo n.º 1
0
 public void AnimateInSlide()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.AddInSlideAnimationButtonClick(new RibbonControl("AnimateInSlide"));
     });
 }
 public void PasteToFillSlide()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(PasteLabText.PasteToFillSlideTag));
     }));
 }
 public void PasteIntoGroup()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(PasteLabText.PasteIntoGroupTag));
     }));
 }
 public void RemoveAgenda()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(AgendaLabText.RemoveAgendaTag));
     }));
 }
 public void TransparentEffect()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(EffectsLabText.MakeTransparentTag));
     }));
 }
 public void HighlightFragments()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(HighlightLabText.HighlightTextTag));
     }));
 }
 public void AutoNarrate()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(NarrationsLabText.AddNarrationsTag));
     }));
 }
Ejemplo n.º 8
0
 public void ConvertToPic()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.ConvertToPictureButtonClick(new RibbonControl("ConvertToPic"));
     });
 }
Ejemplo n.º 9
0
 public void DrillDown()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.AddZoomInButtonClick(new RibbonControl("DrillDown"));
     });
 }
Ejemplo n.º 10
0
 public void OpenSpotlightDialog()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.SpotlightDialogButtonPressed(new RibbonControl("OpenSpotlightDialog"));
     });
 }
Ejemplo n.º 11
0
 public void FitToHeight()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.OnAction(new RibbonControl("fitToHeightShape"));
     });
 }
Ejemplo n.º 12
0
 public void SetSpotlightProperties(float newTransparency, float newSoftEdge, Color newColor)
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.SpotlightPropertiesEdited(newTransparency, newSoftEdge, newColor);
     });
 }
Ejemplo n.º 13
0
 public void Spotlight()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.SpotlightBtnClick(new RibbonControl("Spotlight"));
     });
 }
Ejemplo n.º 14
0
 public void AutoCaptions()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.AddCaptionClick(new RibbonControl("AutoCaptions"));
     });
 }
 public void OpenZoomLabSettings()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ZoomLabText.SettingsTag));
     }));
 }
 public void AutoCaptions()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(CaptionsLabText.AddCaptionsTag));
     }));
 }
 public void HighlightBackground()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(HighlightLabText.HighlightBackgroundTag));
     }));
 }
 public void Spotlight()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.OnAction(new RibbonControl("AddSpotlight"));
     });
 }
 public void RemoveHighlight()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(HighlightLabText.RemoveHighlightTag));
     }));
 }
 public void OpenSpotlightDialog()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.OnAction(new RibbonControl(EffectsLabText.SpotlightSettingsTag));
     });
 }
 public void GenerateBeamAgenda()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(AgendaLabText.BeamAgendaTag));
     }));
 }
 public void ConvertToPic()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ShortcutsLabText.ConvertToPictureTag));
     }));
 }
 public void SynchronizeAgenda()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(AgendaLabText.UpdateAgendaTag));
     }));
 }
 public void DrillDown()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ZoomLabText.DrillDownTag));
     }));
 }
 public void MagnifyingGlassEffect()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(EffectsLabText.MagnifyTag));
     }));
 }
 public void StepBack()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ZoomLabText.StepBackTag));
     }));
 }
 public void PasteAtOriginalPosition()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(PasteLabText.PasteAtOriginalPositionTag));
     }));
 }
 public void AddZoomToArea()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(ZoomLabText.ZoomToAreaTag));
     }));
 }
 public void ReplaceWithClipboard()
 {
     UIThreadExecutor.Execute((Action)(() =>
     {
         Ribbon.OnAction(new RibbonControl(PasteLabText.ReplaceWithClipboardTag));
     }));
 }
Ejemplo n.º 30
0
 public void SepiaBackgroundEffect()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.SepiaBackgroundEffectClick(new RibbonControl("SepiaEffect"));
     });
 }