Moving the content control

Hi,
In my code I manually want to move the repeating section content control[i.e Table] down by 80 px at run time based on a condition which should dynamically move the content control down in the template as well.Is it possible in aspose java?

@Sri_Harsha If table in your template is floating you can simply increase distance top using Table.DistanceTop property. If the table is not floating, the it is moved with the content before the table, since MS Word documents are flow by their nature.
Could you please attach your template and expected output for our reference we will check the documents and provide you more information.