WPS 基础接口 > 演示 API 参考 > PageSetup > 属性 > PageSetup.NotesOrientation 属性
返回或设置指定演示文稿的备注页、讲义和大纲的屏幕显示和打印方向。可读/写 MsoOrientation 类型。

语法

表达式.NotesOrientation

表达式   一个代表 PageSetup 对象的变量。

返回值
MsoOrientation

说明

MsoOrientation 可以是下列 MsoOrientation 常量之一。
msoOrientationHorizontal
msoOrientationMixed
msoOrientationVertical

示例

本示例将活动演示文稿中所有备注页、讲义和大纲的方向设为水平(横向)。

示例代码
Application.ActivePresentation.PageSetup.NotesOrientation = msoOrientationHorizontal

notes orientation Notes Orientation 属性 notesorientation 属性


请参阅