Title
SummaryZoomSection.Title 属性
返回摘要缩放部分对象的文本标题。
public string Title { get; set; }
示例
示例:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomSection zoomSection = zoomFrame.SummaryZoomCollection[1];
zoomSection.Title = "Title";
}
另请参见
- 类 SummaryZoomSection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides