Is it possible in VBA or VSTO to add left/right margins to an inline image? I'm currently using space characters to create horizontal gap between two side-by-side inline pictures, but it is not accurate, since the width of space depends on font/style selection. I need a way of specifying the margin in points.
If there is a VBA/VSTO solution, can the same be achieve in Office.js too?
N.B. It is only the horizontal spacing that I need. Vertical spacing can easily be added using "Space After" feature.