codecamp

判断PowerPoint中的图片是位图还是线条图

  在PowerPoint中,用户很容易的就可以判断幻灯片中的图片是位图还是线条图。用户只需要单击图片的调整控点,然后拖动鼠标,尽可能大的拉伸图片,如果图片显示出一个一个的像素,而且看起来越来越模糊,则这幅图片是位图;如果图片在放大过程中始终都不显示像素,则该图片是线条图。

PowerPoint打开或关闭“Office 助手”的声音
PowerPoint选择另一位“Office 助手”
温馨提示
下载编程狮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; }