Subversion Repositories DevTools

Rev

Rev 2106 | Rev 2124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2106 Rev 2116
Line 18... Line 18...
18
 
18
 
19
		public static void initialise()
19
		public static void initialise()
20
		{
20
		{
21
		}
21
		}
22
 
22
 
-
 
23
      /// <summary>
-
 
24
      /// This is an attempt to create a table similar in style to those made by the ERG doc template macros.
-
 
25
      /// It is not exaclty that same though, and further work could be done to align it more precisely.
-
 
26
      /// </summary>
-
 
27
      /// <param name="tableTitle"></param>
-
 
28
      /// <param name="numRows"></param>
-
 
29
      /// <param name="numCols"></param>
-
 
30
      /// <returns></returns>
23
      public static int Table_Create(string tableTitle, bool borders, int numRows, int numCols)
31
      public static int Table_Create(string tableTitle, bool borders, int numRows, int numCols)
24
      {
32
      {
25
         createWordDoc.WordDocument.Content.InsertParagraphAfter();
33
         createWordDoc.WordDocument.Content.InsertParagraphAfter();
26
         SelectInsertionPointAtEndOfDocument();
34
         SelectInsertionPointAtEndOfDocument();
27
         
35