Description
ISummaryZoomSection.Description property
Gibt die Textbeschreibung des Objekts Summary Zoom Section zurück.
public string Description { get; set; }
Beispiele
Beispiel:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomSection zoomSection = zoomFrame.SummaryZoomCollection[1];
zoomSection.Description = "Beschreibung";
}
Siehe auch
- interface ISummaryZoomSection
- namespace Aspose.Slides
- assembly Aspose.Slides