|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SlidesEx
com.aspose.slides.SlideExCollection
public final class SlideExCollection
Represents a collection of a slides.
Method Summary | |
---|---|
SlideEx[] |
addFromHtml(java.io.InputStream htmlStream)
|
SlideEx[] |
addFromHtml(java.io.InputStream htmlStream,
HtmlExternalResolver resolver,
java.lang.String uri)
|
SlideEx[] |
addFromHtml(java.lang.String htmlText)
Creates slides from HTML text and adds them to the end of the collection. |
SlideEx[] |
addFromHtml(java.lang.String htmlText,
HtmlExternalResolver resolver,
java.lang.String uri)
Creates slides from HTML text and adds them to the end of the collection. |
SlideEx[] |
addFromHtml(com.aspose.ms.System.IO.TextReader htmlReader)
Creates slides from HTML text and adds them to the end of the collection. |
SlideEx[] |
addFromHtml(com.aspose.ms.System.IO.TextReader htmlReader,
HtmlExternalResolver resolver,
java.lang.String uri)
Creates slides from HTML text and adds them to the end of the collection. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
SlideEx[] |
insertFromHtml(int index,
java.io.InputStream htmlStream)
|
SlideEx[] |
insertFromHtml(int index,
java.io.InputStream htmlStream,
HtmlExternalResolver resolver,
java.lang.String uri)
|
SlideEx[] |
insertFromHtml(int index,
java.lang.String htmlText)
Creates slides from HTML text and inserts them to the collection at the specified position. |
SlideEx[] |
insertFromHtml(int index,
java.lang.String htmlText,
HtmlExternalResolver resolver,
java.lang.String uri)
Creates slides from HTML text and inserts them to the collection at the specified position. |
SlideEx[] |
insertFromHtml(int index,
com.aspose.ms.System.IO.TextReader htmlReader)
Creates slides from HTML text and inserts them to the collection at the specified position. |
SlideEx[] |
insertFromHtml(int index,
com.aspose.ms.System.IO.TextReader htmlReader,
HtmlExternalResolver resolver,
java.lang.String uri)
Creates slides from HTML text and inserts them to the collection at the specified position. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
int |
size()
|
Methods inherited from class com.aspose.slides.SlidesEx |
---|
addClone, addClone, addClone, addEmptySlide, get_Item, getCount, indexOf, insertClone, insertClone, insertClone, insertEmptySlide, iterator, remove, removeAt, reorder, reorder, toArray, toArray |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable |
---|
iterator |
Method Detail |
---|
public SlideEx[] addFromHtml(java.lang.String htmlText, HtmlExternalResolver resolver, java.lang.String uri)
Creates slides from HTML text and adds them to the end of the collection.
htmlText
- Html to add.resolver
- A callback object used to fetch external objects. If this parameter is null all external objects will be ignored.uri
- An URI of the specified HTML. Used to resolve relative links.
public SlideEx[] addFromHtml(java.lang.String htmlText)
Creates slides from HTML text and adds them to the end of the collection.
htmlText
- Html to add.
public SlideEx[] addFromHtml(com.aspose.ms.System.IO.TextReader htmlReader, HtmlExternalResolver resolver, java.lang.String uri)
Creates slides from HTML text and adds them to the end of the collection.
htmlReader
- TextReader object which will be used as a source of a HTML file.resolver
- A callback object used to fetch external objects. If this parameter is null all external objects will be ignored.uri
- An URI of the specified HTML. Used to resolve relative links.
public SlideEx[] addFromHtml(com.aspose.ms.System.IO.TextReader htmlReader)
Creates slides from HTML text and adds them to the end of the collection.
htmlReader
- TextReader object which will be used as a source of a HTML file.
public SlideEx[] addFromHtml(java.io.InputStream htmlStream, HtmlExternalResolver resolver, java.lang.String uri)
public SlideEx[] addFromHtml(java.io.InputStream htmlStream)
public SlideEx[] insertFromHtml(int index, java.lang.String htmlText, HtmlExternalResolver resolver, java.lang.String uri)
Creates slides from HTML text and inserts them to the collection at the specified position.
index
- Position to insert.htmlText
- Html to add.resolver
- A callback object used to fetch external objects. If this parameter is null all external objects will be ignored.uri
- An URI of the specified HTML. Used to resolve relative links.
public SlideEx[] insertFromHtml(int index, java.lang.String htmlText)
Creates slides from HTML text and inserts them to the collection at the specified position.
index
- Position to insert.htmlText
- Html to add.
public SlideEx[] insertFromHtml(int index, com.aspose.ms.System.IO.TextReader htmlReader, HtmlExternalResolver resolver, java.lang.String uri)
Creates slides from HTML text and inserts them to the collection at the specified position.
index
- Position to insert.htmlReader
- TextReader object which will be used as a source of a HTML file.resolver
- A callback object used to fetch external objects. If this parameter is null all external objects will be ignored.uri
- An URI of the specified HTML. Used to resolve relative links.
public SlideEx[] insertFromHtml(int index, com.aspose.ms.System.IO.TextReader htmlReader)
Creates slides from HTML text and inserts them to the collection at the specified position.
index
- Position to insert.htmlReader
- TextReader object which will be used as a source of a HTML file.
public SlideEx[] insertFromHtml(int index, java.io.InputStream htmlStream, HtmlExternalResolver resolver, java.lang.String uri)
public SlideEx[] insertFromHtml(int index, java.io.InputStream htmlStream)
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<SlideEx>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<SlideEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<SlideEx>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<SlideEx>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |