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)
Get paragraphs from 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)
paragraph
- public void add(BaseParagraph paragraph, NewParagraphPlacementInfo placementInfo)
paragraph
- placementInfo
- public Paragraphs getRange(int index, int count)
index
- The first paragraph index.count
- The paragraphs count.public void removeRange(int index, int count)
index
- The first paragraph index.count
- The paragraphs count.public void remove(BaseParagraph paragraph)
paragraph
- public void insert(int index, BaseParagraph paragraph)
index
- paragraph
- public int getCount()
public void clear()
public BaseParagraph get_Item(int index)
index
- The paragraph index.public void set_Item(int index, BaseParagraph value)
Copyright © 2017 Aspose. All Rights Reserved.