INotesSlideHeaderFooterManager
概述
INotesSlideHeaderFooterManager 是 Aspose.Slides FOSS for .NET 的界面。. 继承: IBaseHandoutNotesSlideHeaderFooterManager.
代表笔记的管理员,滑板头和脚座持有者。.
此界面提供3种方法,以便在 .NET 程序中使用 INotesSlideHeaderFooterManager 对象。. 可用的方法包括: SetFooterText, SetFooterVisibility, SetSlideNumberVisibility. 所有公共成员都可以在安装 Aspose.Slides FOSS for .NET 包后访问任何 .net 应用程序。. 属性: IsFooterVisible, IsSlideNumberVisible.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
IsFooterVisible | bool | 阅读 | 收到一个值,表明脚踏板是否可见在笔记幻灯片上。. |
IsSlideNumberVisible | bool | 阅读 | 收到一个值,表明滑板号的位置持有者是否可见于笔记滑坡。. |
方法
| Signature | 描述 |
|---|---|
SetFooterVisibility(isVisible: bool) | 将脚踏板的可见性设置在笔记幻灯片上。. |
SetFooterText(text: string) | 设置页脚占位符的文本内容。. |
SetSlideNumberVisibility(isVisible: bool) | 将幻灯片号的可见性设置在笔记幻觉上。. |