|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Paragraphs in aspose.pdf |
---|
Fields in aspose.pdf declared as Paragraphs | |
---|---|
Paragraphs |
Pdf.bkFootNotes
Indicates the backup footnote paragraphs. |
Paragraphs |
Pdf.footnoteParas
Indicates the footnote Paragraph arrays. |
Paragraphs |
HeaderFooter.ParasBehindText
define paragraphs behind text |
Paragraphs |
HeaderFooter.ParasOverText
define paragraphs over text |
protected Paragraphs |
TilingPattern.tile
Content of tile, a list of Graph s, Text s, Image s. |
Paragraphs |
Table.ZIndexParasInTable
A Paragraphs object that indicates zindex paragraph in table |
Methods in aspose.pdf that return Paragraphs | |
---|---|
Paragraphs |
Canvas.getParagraphs()
Gets a GraphInfo collection that indicates all paragraphs in the section. |
Paragraphs |
Cell.getParagraphs()
Gets a Paragraphs collection that indicates all paragraphs in the cell. |
Paragraphs |
FloatingBox.getParagraphs()
Gets a Paragraphs collection that indicates all paragraphs in the cell. |
Paragraphs |
FootNote.getParagraphs()
Gets a Paragraphs object that indicates all paragraphs in the FootNote. |
Paragraphs |
HeaderFooter.getParagraphs()
Gets a Paragraphs collection that indicates all paragraphs in the
header or footer. |
Paragraphs |
Section.getParagraphs()
Gets a GraphInfo collection that indicates all paragraphs in the
section. |
Paragraphs |
TilingPattern.getTile()
Returns a list of Paragraph s represented tile content. |
Methods in aspose.pdf with parameters of type Paragraphs | |
---|---|
void |
Paragraphs.moveAfter(Paragraph paragraphToMoveAfter,
Paragraphs newParagraphs)
Moves a Paragraph object to end of the collection. |
void |
Paragraphs.moveAt(Paragraph paragraphToMoveAt,
Paragraphs newParagraphs)
Moves a Paragraph object to the collection. |
void |
Canvas.setParagraphs(Paragraphs docParas)
Sets a GraphInfo collection that
indicates all paragraphs in the section. |
void |
Cell.setParagraphs(Paragraphs cellParas)
Sets a Paragraphs collection that indicates
all paragraphs in the cell. |
void |
FloatingBox.setParagraphs(Paragraphs value)
Sets a Paragraphs collection that indicates all paragraphs in the cell. |
void |
FootNote.setParagraphs(Paragraphs noteParas)
Sets a Paragraphs object that indicates all paragraphs in the FootNote. |
void |
HeaderFooter.setParagraphs(Paragraphs paras)
Sets a Paragraphs collection that indicates all paragraphs in the
header or footer. |
void |
Section.setParagraphs(Paragraphs value)
Sets a GraphInfo collection that indicates all paragraphs in the
section. |
void |
TilingPattern.setTile(Paragraphs tile)
Sets a list of Paragraph s represented tile content. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |