Exemple #1
0
 public RunWord(Word word) : base(word.OriginalText)
 {
     Word     = word;
     Word.Run = this;
 }
Exemple #2
0
 public RunWord(Word word, TextPointer pos) : base(word.OriginalText, pos)
 {
     Word     = word;
     Word.Run = this;
 }
Exemple #3
0
 public void SelectDictAt(int index)
 {
     Word.ChangeDictIndex(index);
 }