AddFromHtml

AddFromHtml(string, IExternalResourceResolver, string)

Crea diapositivas a partir de texto HTML y las agrega al final de la colección.

public ISlide[] AddFromHtml(string htmlText, IExternalResourceResolver resolver, string uri)
ParámetroEscribeDescripción
htmlTextStringHtml para agregar.
resolverIExternalResourceResolverUn objeto de devolución de llamada utilizado para obtener objetos externos. Si este parámetro es nulo, se ignorarán todos los objetos externos.
uriStringUn URI del HTML especificado. Se utiliza para resolver enlaces relativos.

Valor_devuelto

Diapositivas añadidas.

Ver también


AddFromHtml(string)

Crea diapositivas a partir de texto HTML y las agrega al final de la colección.

public ISlide[] AddFromHtml(string htmlText)
ParámetroEscribeDescripción
htmlTextStringHtml para agregar.

Valor_devuelto

Diapositivas añadidas

Ver también


AddFromHtml(TextReader, IExternalResourceResolver, string)

Crea diapositivas a partir de texto HTML y las agrega al final de la colección.

public ISlide[] AddFromHtml(TextReader htmlReader, IExternalResourceResolver resolver, string uri)
ParámetroEscribeDescripción
htmlReaderTextReaderObjeto TextReader que se utilizará como fuente de un archivo HTML.
resolverIExternalResourceResolverUn objeto de devolución de llamada utilizado para obtener objetos externos. Si este parámetro es nulo, se ignorarán todos los objetos externos.
uriStringUn URI del HTML especificado. Se utiliza para resolver enlaces relativos.

Valor_devuelto

Diapositivas añadidas.

Ver también


AddFromHtml(TextReader)

Crea diapositivas a partir de texto HTML y las agrega al final de la colección.

public ISlide[] AddFromHtml(TextReader htmlReader)
ParámetroEscribeDescripción
htmlReaderTextReaderObjeto TextReader que se utilizará como fuente de un archivo HTML.

Valor_devuelto

Diapositivas añadidas

Ver también


AddFromHtml(Stream, IExternalResourceResolver, string)

Crea diapositivas a partir de texto HTML y las agrega al final de la colección.

public ISlide[] AddFromHtml(Stream htmlStream, IExternalResourceResolver resolver, string uri)
ParámetroEscribeDescripción
htmlStreamStreamUn objeto Stream que se utilizará como fuente de un archivo HTML.
resolverIExternalResourceResolverUn objeto de devolución de llamada utilizado para obtener objetos externos. Si este parámetro es nulo, se ignorarán todos los objetos externos.
uriStringUn URI del HTML especificado. Se utiliza para resolver enlaces relativos.

Valor_devuelto

Diapositivas añadidas.

Ver también


AddFromHtml(Stream)

Crea diapositivas a partir de texto HTML y las agrega al final de la colección.

public ISlide[] AddFromHtml(Stream htmlStream)
ParámetroEscribeDescripción
htmlStreamStreamUn objeto Stream que se utilizará como fuente de un archivo HTML.

Valor_devuelto

Diapositivas añadidas

Ver también