Subversion Repositories DevTools

Rev

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

Rev 2116 Rev 2124
Line 153... Line 153...
153
         extend = Word.WdMovementType.wdMove;
153
         extend = Word.WdMovementType.wdMove;
154
         createWordDoc.WordApp.Selection.EndKey(ref unit, ref extend);
154
         createWordDoc.WordApp.Selection.EndKey(ref unit, ref extend);
155
      }
155
      }
156
 
156
 
157
 
157
 
-
 
158
      /// <summary>
-
 
159
      /// Processes an EA_DocGen table element, taking the notes that it contains, and forming a
-
 
160
      /// table in the generated document with them. The notes contain instructions on how to format
-
 
161
      /// the table, as well as the cell content. This must all be parsed and tokenised to extract the
-
 
162
      /// options and data.
-
 
163
      /// </summary>
-
 
164
      /// <param name="theElement"></param>
-
 
165
      /// <param name="recurse_level"></param>
158
      public static void processTableElement(EA.Element theElement, int recurse_level )
166
      public static void processTableElement(EA.Element theElement, int recurse_level )
159
      {
167
      {
160
         string [] EA_DocGenTable = null;
168
         string [] EA_DocGenTable = null;
161
         string [] cells = null;
169
         string [] cells = null;
162
 
170