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. ");
oDocument.Push(oParagraph);
...
...
@@ -3732,7 +3857,13 @@ function TEST_BUILDER()
oParagraph.SetStyle(oHeading1Style);
oParagraph.SetSpacingAfter(100,true);
oParagraph.SetSpacingBefore(100,true);
// TODO: Добавить автофигуру
// TODO: Заполнить автофигуру
oDrawing=Api.CreateDrawing(4051300,2347595);
oDrawing.SetWrappingStyle("tight");
oDrawing.SetHorPosition("column",2347595);
oDrawing.SetVerPosition("paragraph",346075);
oDrawing.SetDistances(114300,0,114300,0);
oParagraph.AddDrawing(oDrawing);
oParagraph.AddText("Financial Overview");
oDocument.Push(oParagraph);
...
...
@@ -3778,13 +3909,25 @@ function TEST_BUILDER()
oParagraph=Api.CreateParagraph();
oParagraph.SetStyle(oSubtitleStyle);
// TODO: Добавить автофигуру
// TODO: Заполнить автофигуру
oDrawing=Api.CreateDrawing(2718435,762000);
oDrawing.SetWrappingStyle("square");
oDrawing.SetHorAlign("margin","right");
oDrawing.SetVerPosition("paragraph",17780);
oDrawing.SetDistances(114300,0,114300,0);
oParagraph.AddDrawing(oDrawing);
oParagraph.AddText("Legal Issues");
oDocument.Push(oParagraph);
oParagraph=Api.CreateParagraph();
// TODO: Добавить автофигуру
// TODO: Заполнить автофигуру
oDrawing=Api.CreateDrawing(2741295,2273300);
oDrawing.SetWrappingStyle("square");
oDrawing.SetHorAlign("margin","right");
oDrawing.SetVerPosition("paragraph",632460);
oDrawing.SetDistances(114300,0,114300,0);
oParagraph.AddDrawing(oDrawing);
oParagraph.AddText("To support the new product, the Legal Department will maintain a centralized repository for all patent investigations as well as marketing claims. The release team will adhere to all of the standardized processes for releasing new products. ");