ISlideCollectionAddFromHtml Method

Overload List
  NameDescription
Public methodAddFromHtml(Stream)
Creates slides from HTML text and adds them to the end of the collection.
Public methodAddFromHtml(TextReader)
Creates slides from HTML text and adds them to the end of the collection.
Public methodAddFromHtml(String)
Creates slides from HTML text and adds them to the end of the collection.
Public methodAddFromHtml(Stream, IExternalResourceResolver, String)
Creates slides from HTML text and adds them to the end of the collection.
Public methodAddFromHtml(TextReader, IExternalResourceResolver, String)
Creates slides from HTML text and adds them to the end of the collection.
Public methodAddFromHtml(String, IExternalResourceResolver, String)
Creates slides from HTML text and adds them to the end of the collection.
See Also