Page 1 of 1
Image Warp Behind Text/ Text Vertical Align
Posted: Tue May 17, 2016 9:57 am
by mboloz
Hello,
Is there any way to make image copy from MS Doc, sent behind the text? or there any way to make the text vertical align center of the image?
Thanks
Posted: Tue May 17, 2016 4:14 pm
by Sergey Tkachenko
You can use VAlign property of the picture item.
In RichViewActions, it can be changed in two places:
1) "Object Properties" dialog. Tab "Position and size", set "align middle to line middle".
or
2) "Object Position" dialog, set "align middle to line middle".
Posted: Wed May 18, 2016 1:58 am
by mboloz
Sergey Tkachenko wrote:You can use VAlign property of the picture item.
In RichViewActions, it can be changed in two places:
1) "Object Properties" dialog. Tab "Position and size", set "align middle to line middle".
or
2) "Object Position" dialog, set "align middle to line middle".
Thank You, Solved...