ViewProperties

ViewProperties class

演示文稿的全局视图属性。

public class ViewProperties : IViewProperties  

Properties

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

See Also