addFromHtml

addFromHtml(String htmlText, HtmlExternalResolver resolver, String uri) method

Creates slides from HTML text and adds them to the end of the collection.

Parameters

NameTypeDescription
htmlTextStringHtml to add.
resolverHtmlExternalResolverA callback object used to fetch external objects. If this parameter is null all external objects will be ignored.
uriStringAn URI of the specified HTML. Used to resolve relative links.

Returns

Slide


addFromHtml(String htmlText, ExternalResourceResolver resolver, String uri) method

Creates slides from HTML text and adds them to the end of the collection.

Parameters

NameTypeDescription
htmlTextStringHtml to add.
resolverExternalResourceResolverA callback object used to fetch external objects. If this parameter is null all external objects will be ignored.
uriStringAn URI of the specified HTML. Used to resolve relative links.

Returns

Slide


addFromHtml(String htmlText) method

Creates slides from HTML text and adds them to the end of the collection.

Parameters

NameTypeDescription
htmlTextStringHtml to add.

Returns

Slide


addFromHtml(InputStream htmlStream, HtmlExternalResolver resolver, String uri) method

Creates slides from HTML text and adds them to the end of the collection.

Parameters

NameTypeDescription
htmlStreamInputStreamA Stream object which will be used as a source of a HTML file.
resolverHtmlExternalResolverA callback object used to fetch external objects. If this parameter is null all external objects will be ignored.
uriStringAn URI of the specified HTML. Used to resolve relative links.

Returns

Slide


addFromHtml(InputStream htmlStream, ExternalResourceResolver resolver, String uri) method

Creates slides from HTML text and adds them to the end of the collection.

Parameters

NameTypeDescription
htmlStreamInputStreamA Stream object which will be used as a source of a HTML file.
resolverExternalResourceResolverA callback object used to fetch external objects. If this parameter is null all external objects will be ignored.
uriStringAn URI of the specified HTML. Used to resolve relative links.

Returns

Slide


addFromHtml(InputStream htmlStream) method

Creates slides from HTML text and adds them to the end of the collection.

Parameters

NameTypeDescription
htmlStreamInputStreamA Stream object which will be used as a source of a HTML file.

Returns

Slide