Title
ISummaryZoomSection.Title property
Devuelve el título de texto del objeto de la Sección de Zoom Resumen.
public string Title { get; set; }
Ejemplos
Ejemplo:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomSection zoomSection = zoomFrame.SummaryZoomCollection[1];
zoomSection.Title = "Title";
}
Ver también
- interface ISummaryZoomSection
- namespace Aspose.Slides
- assembly Aspose.Slides