Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
Paragraphs |
Cell.getParagraphs()
Gets the cell's formatted text.
|
Paragraphs |
FloatingBox.getParagraphs()
Gets a collection that indicates all paragraphs in the cell.
|
Paragraphs |
HeaderFooter.getParagraphs()
Gets the paragraphs.
|
Paragraphs |
InternalPageGenerator.getParagraphs() |
Paragraphs |
Note.getParagraphs()
Gets a collection that indicates all paragraphs in the FootNote.
|
Paragraphs |
Page.getParagraphs()
Gets the paragraphs.
|
Paragraphs |
Paragraphs.getRange(int index,
int count)
Remove paragraphs range.
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.setParagraphs(Paragraphs value)
Sets the cell's formatted text.
|
void |
FloatingBox.setParagraphs(Paragraphs value)
Sets a collection that indicates all paragraphs in the cell.
|
void |
HeaderFooter.setParagraphs(Paragraphs value)
Sets the paragraphs.
|
void |
Note.setParagraphs(Paragraphs value)
Sets a collection that indicates all paragraphs in the FootNote.
|
void |
Page.setParagraphs(Paragraphs value)
Sets the paragraphs.
|