Exemple #1
0
 public StiRightHorizontalMode(StiTabulator tabulator) : base(tabulator)
 {
 }
Exemple #2
0
 public StiTabulatorStyle(StiTabulator tabulator)
 {
     this.tabulator = tabulator;
 }
 public StiTabulatorStyleOffice2013Blue(StiTabulator tabulator)
 {
     this.tabulator = tabulator;
 }
Exemple #4
0
 public StiTabulatorMode(StiTabulator tabulator)
 {
     this.tabulator = tabulator;
 }