codecamp

PowerPoint测量对象之间的精确距离

  用户可以在PowerPoint中利用参考线,来测量对象之间的距离。操作方法是:  首先打开参考线,单击“视图→网格和参考线”,在弹出菜单中选中 “屏幕上显示绘图参考线”复选框,单击“确定”关闭对话框。如图3.6.36。

blob.png

图3.6.36

  将参考线定位在要开始测量的位置,然后按下 Shift 键,将参考线拖动到停止测量的位置。拖动的同时,测量值出现在参考线中箭头的上方。释放鼠标按钮后测量值会自动消失。    


PowerPoint快速在窗格之间移动
PowerPoint向“位置列表”添加快捷方式
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录

Word

PowerPoint

关闭

MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }