Title
ISummaryZoomSection.Title property
Renvoie le titre textual de l’objet Section de Résumé Zoom.
public string Title { get; set; }
Exemples
Exemple:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomSection zoomSection = zoomFrame.SummaryZoomCollection[1];
zoomSection.Title = "Title";
}
Voir aussi
- interface ISummaryZoomSection
- namespace Aspose.Slides
- assembly Aspose.Slides