Hi Serban
Thanks for your enthusiasm!
The placeholders names are fake id, they do not exists in the pptx template nor in the final presentation. There is no plan for that but there is a long term plan to refactor the whole pptx (to make it easier to maintain), no promise but your suggestion could be integrated.
For now, there may be a workaround, you can specify where to place your shape everywhere you want within the current slide with arguments offx, offy, width and height with add*** functions(addFlexTable, addPlot, ...). For example :
doc = addFlexTable( doc, MyFTable, offx = 7, offy = 2, width = 3, height = 3)
Does that help?
Thanks,
David