诗情寻知己
揽几缕、轻挽起,暮暮朝朝与君语。
                    if (builder.MoveToBookmark("FooterImgPath") && !string.IsNullOrEmpty(imgPath)&& System.IO.File.Exists(imgPath))
                    {
                        //页脚插入图片浮动
                        Shape shape = builder.InsertImage(imgPath,146,35);
                        shape.BehindText=false;
                        shape.WrapType=WrapType.None;                        
                        shape.Top = 20;
                        //进行水平居中
                        shape.HorizontalAlignment=HorizontalAlignment.Right;
                        shape.VerticalAlignment=VerticalAlignment.Center;                                         
                    }

 

posted on 2021-11-18 16:26  诗情寻知己  阅读(722)  评论(0)    收藏  举报