SlideCollectionInsertFromHtml Method

Overload List
  NameDescription
Public methodInsertFromHtml(Int32, Stream)
Creates slides from HTML text and inserts them to the collection at the specified position.
Public methodInsertFromHtml(Int32, TextReader)
Creates slides from HTML text and inserts them to the collection at the specified position.
Public methodInsertFromHtml(Int32, String)
Creates slides from HTML text and inserts them to the collection at the specified position.
Public methodInsertFromHtml(Int32, Stream, IExternalResourceResolver, String)
Creates slides from HTML text and inserts them to the collection at the specified position.
Public methodInsertFromHtml(Int32, TextReader, IExternalResourceResolver, String)
Creates slides from HTML text and inserts them to the collection at the specified position.
Public methodInsertFromHtml(Int32, String, IExternalResourceResolver, String)
Creates slides from HTML text and inserts them to the collection at the specified position.
See Also