AddAttributeValue
Contenido
[
Ocultar
]AddAttributeValue(string)
Cita el valor del atributo y lo agrega al archivo html.
public void AddAttributeValue(string value)
Parámetro | Escribe | Descripción |
---|---|---|
value | String | Cadena de valor de atributo. |
Ver también
- interface IHtmlGenerator
- espacio de nombres Aspose.Slides.Export
- asamblea Aspose.Slides
AddAttributeValue(char[])
Cita el valor del atributo y lo agrega al archivo html.
public void AddAttributeValue(char[] value)
Parámetro | Escribe | Descripción |
---|---|---|
value | Char[] | Cadena de valor de atributo. |
Ver también
- interface IHtmlGenerator
- espacio de nombres Aspose.Slides.Export
- asamblea Aspose.Slides
AddAttributeValue(char[], int, int)
Cita el valor del atributo y lo agrega al archivo html.
public void AddAttributeValue(char[] value, int startIndex, int length)
Parámetro | Escribe | Descripción |
---|---|---|
value | Char[] | Cadena de valor de atributo. |
startIndex | Int32 | Índice de inicio de la porción a agregar. |
length | Int32 | Longitud de la porción a agregar. |
Ver también
- interface IHtmlGenerator
- espacio de nombres Aspose.Slides.Export
- asamblea Aspose.Slides