NotesSlideHeaderFooterManager

NotesSlideHeaderFooterManager class

代表管理器,它保存笔记幻灯片占位符的行为,包括标题占位符。

public sealed class NotesSlideHeaderFooterManager : BaseHandoutNotesSlideHeaderFooterManager, 
    INotesSlideHeaderFooterManager

特性

姓名描述
IsDateTimeVisible { get; }获取指示存在日期时间占位符的值。 读取Boolean。
IsFooterVisible { get; }获取指示页脚占位符存在的值。 读取Boolean。
IsHeaderVisible { get; }获取指示存在标头占位符的值。 读取Boolean。
IsSlideNumberVisible { get; }获取指示页码占位符存在的值。 读取Boolean。

方法

姓名描述
SetDateTimeText(string)将文本设置为幻灯片日期时间占位符。
SetDateTimeVisibility(bool)更改幻灯片日期时间占位符的可见性。
SetFooterText(string)将文本设置为幻灯片页脚占位符。
SetFooterVisibility(bool)更改幻灯片页脚占位符的可见性。
SetHeaderText(string)将文本设置为幻灯片标题占位符。
SetHeaderVisibility(bool)更改幻灯片标题占位符的可见性。
SetSlideNumberVisibility(bool)更改幻灯片页码占位符的可见性。

也可以看看