oRun2=oParagraph2.AddText(": Review market tests, marketing plans, and expected sales goals.");
oRun2.SetFontSize(20);
oRun2.SetColor(0,0,0);
oRun2.SetFontFamily("Calibri");
oDocContent.Push(oParagraph2);
oParagraph2=Api.CreateParagraph();
oParagraph2.SetJc("left");
oRun2=oParagraph2.AddText("Phase 2");
oRun2.SetFontSize(20);
oRun2.SetBold(true);
oRun2.SetColor(0,0,0);
oRun2.SetFontFamily("Calibri");
oRun2=oParagraph2.AddText(": Developers complete final build of the solution.");
oRun2.SetFontSize(20);
oRun2.SetColor(0,0,0);
oRun2.SetFontFamily("Calibri");
oDocContent.Push(oParagraph2);
oParagraph2=Api.CreateParagraph();
oParagraph2.SetJc("left");
oRun2=oParagraph2.AddText("Phase 3");
oRun2.SetFontSize(20);
oRun2.SetBold(true);
oRun2.SetColor(0,0,0);
oRun2.SetFontFamily("Calibri");
oRun2=oParagraph2.AddText(": The launch phase.");
oRun2.SetFontSize(20);
oRun2.SetColor(0,0,0);
oRun2.SetFontFamily("Calibri");
oDocContent.Push(oParagraph2);
oParagraph.AddDrawing(oDrawing);
oParagraph.AddText("After years of market research and focused creative effort we are in a position to take our “Innovate 1” to market. We have a three phase approach in place to complete the product and take the product to market. The first step of this initiative is to test the market. Once we have identified the market, then we will make any final product product to drive that effectively keeps down costs while meeting sales goals. ");