Constructor and Description |
---|
Paragraphs() |
Modifier and Type | Method and Description |
---|---|
void |
add(BaseParagraph paragraph)
Add paragraph to collection.
|
void |
add(BaseParagraph paragraph,
NewParagraphPlacementInfo placementInfo)
Add paragraph to collection.
|
void |
clear()
Clear paragraphs.
|
BaseParagraph |
get_Item(int index)
Gets or sets paragraph from or to collection.
|
int |
getCount()
Get paragraphs count.
|
Paragraphs |
getRange(int index,
int count)
Remove paragraphs range.
|
void |
insert(int index,
BaseParagraph paragraph)
Insert paragraph to collection.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator() |
void |
remove(BaseParagraph paragraph)
Remove paragraph from collection.
|
void |
removeRange(int index,
int count)
Remove paragraphs range.
|
void |
set_Item(int index,
BaseParagraph value) |
public void add(BaseParagraph paragraph)
Add paragraph to collection.
paragraph
- The paragraph.public void add(BaseParagraph paragraph, NewParagraphPlacementInfo placementInfo)
Add paragraph to collection.
paragraph
- The paragraph.placementInfo
- The placement info.public Paragraphs getRange(int index, int count)
Remove paragraphs range.
index
- The first paragraph index.count
- The paragraphs count.public void removeRange(int index, int count)
Remove paragraphs range.
index
- The first paragraph index.count
- The paragraphs count.public void remove(BaseParagraph paragraph)
paragraph
- public void insert(int index, BaseParagraph paragraph)
Insert paragraph to collection.
index
- The index for paragraph.paragraph
- The paragraph.public int getCount()
public void clear()
public BaseParagraph get_Item(int index)
Gets or sets paragraph from or to collection.
index
- The paragraph index.public void set_Item(int index, BaseParagraph value)
Copyright © 2014 Aspose. All Rights Reserved.