constparagraph=newParagraph("Hello World 1->").addSequentialIdentifier("Caption").addRun(newTextRun(" text after sequencial caption 2->")).addSequentialIdentifier("Caption");
constparagraph2=newParagraph("Hello World 1->").addSequentialIdentifier("Label").addRun(newTextRun(" text after sequencial caption 2->")).addSequentialIdentifier("Label");
constparagraph3=newParagraph("Hello World 1->").addSequentialIdentifier("Another").addRun(newTextRun(" text after sequencial caption 3->")).addSequentialIdentifier("Label");
constparagraph4=newParagraph("Hello World 2->").addSequentialIdentifier("Another").addRun(newTextRun(" text after sequencial caption 4->")).addSequentialIdentifier("Label");