AddHtml
Contenido
[
Ocultar
]AddHtml(string)
Agrega texto HTML formateado.
public void AddHtml(string html)
Parámetro | Escribe | Descripción |
---|---|---|
html | String | Texto para agregar. |
Ver también
- class HtmlGenerator
- espacio de nombres Aspose.Slides.Export
- asamblea Aspose.Slides
AddHtml(char[])
Agrega texto HTML formateado.
public void AddHtml(char[] html)
Parámetro | Escribe | Descripción |
---|---|---|
html | Char[] | Texto para agregar. |
Ver también
- class HtmlGenerator
- espacio de nombres Aspose.Slides.Export
- asamblea Aspose.Slides
AddHtml(char[], int, int)
Agrega texto HTML formateado.
public void AddHtml(char[] html, int startIndex, int length)
Parámetro | Escribe | Descripción |
---|---|---|
html | Char[] | Texto para agregar. |
startIndex | Int32 | Índice de inicio de la porción a agregar. |
length | Int32 | Longitud de la porción a agregar. |
Ver también
- class HtmlGenerator
- espacio de nombres Aspose.Slides.Export
- asamblea Aspose.Slides