Example #1
0
        private void ThisAddIn_Startup(object sender, System.EventArgs e)
        {
            InitNLog.StartNLog();

            logger.Info("ThisAddIn_Startup {0}", this.Application.Name);

            PPTText.Initialize();
            Ribbon1.Init();

            thisAddIn = this;

            foreach (Ribbon1 r1 in ribbon1L)
            {
                r1.InitHandlers(this.Application);
            }
        }
 private static void MarkDuo(PPTText t, Config conf) => t.MarkDuo(conf);
 private static void MarkLignes(PPTText t, Config conf) => t.MarkLignes(conf);
 private static void MarkVoyCons(PPTText t, Config conf) => t.MarkVoyCons(conf);
 private static void MarkNoir(PPTText t, Config conf) => t.MarkNoir(conf);
 private static void MarkWords(PPTText t, Config conf) => t.MarkWords(conf);
 private static void MarkLetters(PPTText t, Config conf) => t.MarkLetters(conf);
 private static void ColorizePhons(PPTText t, Config conf) => t.ColorizePhons(conf, PhonConfType.phonemes);
Example #9
0
 private static void ShrinkSpace(PPTText t, Config conf) => t.ShrinkSpace(conf);
Example #10
0
 private static void AddSpace(PPTText t, Config conf) => t.AddSpace(conf);
Example #11
0
 private static void MarKMajDebut(PPTText t, Config conf) => t.MarkMajDebut(conf);
Example #12
0
 private static void MarkPonct(PPTText t, Config conf) => t.MarkPonct(conf);