ViewProperties

ViewProperties 类

演示文稿范围的视图属性。

public class ViewProperties : IViewProperties

属性

名称描述
GridSpacing { get; set; }返回或设置演示文稿文档底层网格的网格间距,单位为点。可读写 Single。
LastView { get; set; }指定上次保存演示文稿文档时使用的视图模式。可读写 ViewType
NormalViewProperties { get; }表示普通视图属性。普通视图由三个内容区域组成:幻灯片本身、侧边内容区域和底部内容区域。只读 INormalViewProperties
NotesViewProperties { get; }指定与备注视图模式相关的通用视图属性。只读 ICommonSlideViewProperties
ShowComments { get; set; }指定是否应显示幻灯片批注。可读写 NullableBool
SlideViewProperties { get; }指定与幻灯片视图模式相关的通用视图属性。只读 ICommonSlideViewProperties

另请参见