Пример #1
0
 /// prepare table-level template
 internal void PrepareReformat()
 {
     TemplateContentReformat = T.Reformat(TemplateContent); // what's the table we're dealing with here?
 }
Пример #2
0
 public static string ReplaceValues(TableElement table, string tableTemplate)
 {
     table.InitializeDictionary();
     return(table.Reformat(tableTemplate));
 }