Title
ISummaryZoomSection.Title property
Devuelve el título de texto del objeto Sección de zoom de 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
- espacio de nombres Aspose.Slides
- asamblea Aspose.Slides