



全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Sub AdjustPicWidthAndHeight() Alt E AdjustPicWidthAndHeight 宏Dim n, mDim blnisinlineshape As BooleanDim mylineshape As InlineShapeOn Error Resume Next 忽略错误For Each mylineshape In ActiveDocument.InlineShapesIf mylineshape.Height mylineshape.Width ThenSelection.InlineShapes.ConvertToShapeSelection.ShapeRange.IncrementRotation 90End IfNextFor n = 1 To ActiveDocument.InlineShapes.Count inlineshapes类型的图片h = ActiveDocument.InlineShapes(n).Heightw = ActiveDocument.InlineShapes(n).WidthActiveDocument.InlineShapes(n).LockAspectRatio = msoFalse 不锁定图片的纵横比If h w Thenblnisinlineshape = tureSelection.InlineShapes(n).ConvertToShapeSelection.ShapeRange.IncrementRotation -90End IfNext nm = ActiveDocument.InlineShapes.CountFor n = 1 To 2 inlineshapes类型的图片ActiveDocument.InlineShapes(n).LockAspectRatio = msoFalse 不锁定图片的纵横比ActiveDocument.InlineShapes(n).Height = 153 设置图片高度为 243pxActiveDocument.InlineShapes(n).Width = 243 设置图片高度为153px ActiveDocument.InlineShapes(n).Range.Paragraphs(1).Range.ParagraphFormat.CharacterUnitFirstLineIndent = 0 ActiveDocument.InlineShapes(n).Range.Paragraphs(1).Range.ParagraphFormat.FirstLineIndent = 0 ActiveDocument.InlineShapes(n).Range.Paragraphs(1).Range.ParagraphFormat.Alignment = wdAlignParagraphCenterNext nFor n = 1 To 2 inlineshapes类型的图片ActiveDocument.Shapes(n).LockAspectRatio = msoFalse 不锁定图片的纵横比ActiveDocument.Shapes(n).Height = 153 设置图片高度为 153pxActiveDocument.Shapes(n).Width = 243 设置图片高度为243pxNext nFor n = 3 To m inlineshapes类型的图片ActiveDocument.InlineShapes(n).LockAspectRatio = msoFalse 不锁定图片的纵横比ActiveDocument.InlineShapes(n).Height = 297 设置图片高度为 297pxActiveDocument.InlineShapes(n).Width = 405 设置图片高度为405pxNext nFor n = 3 To m inlineshapes类型的图片ActiveDocument.Shapes(n).LockAspectRatio = msoFalse 不锁定图片的纵横比ActiveDocument.Shapes(n).Height = 297 设置图片高度为 297pxActiveDocument.Shapes(n).Width = 405 设置图片高度为405pxNext n With Selection.ParagraphFormat .LeftIndent = CentimetersToPoints(0) .RightIndent = CentimetersToPoints(0) .SpaceBefore = 50 .SpaceBeforeAuto = False .SpaceAfter = 50 .SpaceAfterAuto = False .LineSpacingRule = wdLineSpaceMultiple .LineSpacing = LinesToPoints(3) .Alignment = wdAlignParagraphCenter .WidowControl = False .KeepWithNext = False .KeepTogether = False .PageBreakBefore = False .NoLineNumber = False .Hyphenation = True .FirstLineIndent = CentimetersToPoints(0) .OutlineLevel = wdOutlineLevelBodyText .CharacterUnitLeftIndent = 0 .CharacterUnitRightIndent = 0 .CharacterUnitFirstLineIndent = 0 .LineUnitBefore = 10 .LineUnitAfter = 10 .MirrorIndents = False .TextboxTightWrap = wdTightNone .AutoAdjustRightIndent = True .DisableLineHeightGrid = False .FarEastLineBreakControl = True .WordWrap = True .HangingPunctuation = True .HalfWidthPunctuationOnTopOfLine = False .AddSpaceBetweenFarEastAndAlpha = True .AddSpaceBetweenFarEastAndDigit = True .BaseLineAlignment = wdBaselineAlignAuto End WithEnd SubSub 处理扫描照片() 处理扫描照片 宏Dim n, mDim blnisinlineshape As BooleanDim mylineshape As InlineShapeOn Error Resume Next 忽略错误m = ActiveDocument.InlineShapes.CountFor n = 1 To 2 inlineshapes类型的图片ActiveDocument.InlineShapes(n).LockAspectRatio = msoFalse 不锁定图片的纵横比ActiveDocument.InlineShapes(n).Height = 153 设置图片高度为 243pxActiveDocument.InlineShapes(n).Width = 243 设置图片高度为153pxNext nFor n = 1 To 2 inlineshapes类型的图片ActiveDocument.Shapes(n).LockAspectRatio = msoFalse 不锁定图片的纵横比ActiveDocument.Shapes(n).Height = 153 设置图片高度为 153pxActiveDocument.Shapes(n).Width = 243 设置图片高度为243pxNext nFor n = 3 To m inlineshapes类型的图片ActiveDocument.InlineShapes(n).LockAspectRatio = msoFalse 不锁定图片的纵横比ActiveDocument.InlineShapes(n).Height = 297 设置图片高度为 297pxActiveDocument.InlineShapes(n).Width = 405 设置图片高度为405pxNext nFor n = 3 To m inlineshapes类型的图片ActiveDocument.Shapes(n).LockAspectRatio = msoFalse 不锁定图片的纵横比ActiveDocument.Shapes(n).Height = 297 设置图片高度为 297pxActiveDocument.Shapes(n).Width = 405 设置图片高度为405pxNext n With Selection.ParagraphFormat .LeftIndent = CentimetersToPoints(0) .RightIndent = CentimetersToPoints(0) .SpaceBefore = 50 .SpaceBeforeAuto = False .SpaceAfter = 50 .SpaceAfterAuto = False .LineSpacingRule = wdLineSpaceMultiple .LineSpacing = LinesToPoints(3) .Alignment = wdAlignParagraphCenter .WidowControl = False .KeepWithNext = False .KeepTogether = False .PageBreakBefore = False .NoLineNumber = False .Hyphenation = True .FirstLineIndent = CentimetersToPoints(0) .OutlineLevel = wdOutlineLevelBodyText .CharacterUnitLeftIndent = 0 .CharacterUnitRightIndent = 0 .CharacterUnitFirstLineIndent = 0 .LineUnitBefore = 10 .LineUnitAfter = 10 .MirrorIndents = False .TextboxTightWrap = wdTightNone .AutoAdjustRightIndent = True .DisableLineHeightGrid = False .FarEast
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- (2025年标准)合租共同协议书
- (2025年标准)韩国ms协议书
- 2025年新维修管道合同协议书
- 安徽省A10联盟2026届高三下学期最后一卷理综物理试题 含解析
- 2025年房产赠予确认协议书
- 2025年交通受伤私了协议书
- 2025年挂牌保安公司协议书
- 2025年乡镇赋权协议书
- (2025年标准)医疗协调协议书
- 2025年新赔偿私下和解协议书
- 防范和惩治统计造假、弄虚作假等违法违规行为的政策解读(统计培训课件)
- 本特利传感器简介
- 医院新技术、新项目准入申报表
- 项目经理安全目标考核表
- 《HSK标准教程1》第3课课件
- 三级安全教育考试试题及(全)
- 中国古代文学史《第二章:诗经》PPT课件(完整版)
- 云南省地质灾害群测群防手册
- 高级催乳师培训课程讲义
- 第三届韬奋杯全国出版社青编校大赛校对试题(已编辑)
- 关于BT项目主要法律规定
评论
0/150
提交评论