|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.collections.paragraphlist
public class paragraphlist
represents a collection of a paragraphs.
constructor summary | |
---|---|
paragraphlist()
|
method summary | |
---|---|
void |
addfromhtml(java.lang.string htmltext)
adds text from specified html string. |
int |
append(paragraphcollection value)
adds a content of paragraphs to the end of collection |
int |
append(paragraphex value)
adds a paragraph to the end of collection. |
void |
clear()
removes all elements from the collection. |
paragraphex |
get(int index)
gets the element at the specified index. |
int |
getcount()
gets the number of elements actually contained in the collection. |
void |
insert(int index,
paragraphcollection value)
inserts a content of paragraphexcollection into the collection at the specified index. |
void |
insert(int index,
paragraphex value)
inserts a paragraph into the collection at the specified index. |
void |
removeat(int index)
removes the element at the specified index of the collection. |
methods inherited from interface com.spire.presentation.islidecomponent |
---|
getslide |
methods inherited from interface com.spire.presentation.iactivepresentation |
---|
getpresentation |
constructor detail |
---|
public paragraphlist()
method detail |
---|
public void addfromhtml(java.lang.string htmltext)
htmltext
- public int getcount()
public paragraphex get(int index)
index
-
public int append(paragraphex value) throws documenteditexception
value
-
documenteditexception
- the index at which the paragraph has been added.public int append(paragraphcollection value)
value
-
public void insert(int index, paragraphex value) throws documenteditexception
index
- the zero-based index at which paragraph should be inserted.value
- the paragraph to insert.
documenteditexception
public void insert(int index, paragraphcollection value)
index
- the zero-based index at which paragraphs should be inserted.value
- the paragraphs to insert.public void clear()
public void removeat(int index)
index
- the zero-based index of the element to remove.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |