Description
ISummaryZoomSection.Description property
返回摘要缩放部分对象的文本描述。
public string Description { get; set; }
示例
示例:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomSection zoomSection = zoomFrame.SummaryZoomCollection[1];
zoomSection.Description = "Description";
}
另见
- interface ISummaryZoomSection
- namespace Aspose.Slides
- assembly Aspose.Slides