codecamp

PowerPoint快速关闭打开普通视图左边的选项卡

  用户想要隐藏选项卡的时候,只需要拖动选项卡右侧的垂直拆分条,将其一直拖动到窗口的左侧。如果要重新显示选项卡,将拆分条再拖回窗口右侧即可。

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; }