Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.html.pdfadapters.util | |
aspose.pdf.hypertext | |
aspose.pdf.xml |
Modifier and Type | Class and Description |
---|---|
class |
Annotation
Represents an annotation
Paragraph in a Pdf document. |
class |
Attachment
Represents an attachment
Paragraph in a Pdf document. |
class |
Canvas
Represents a Canvs
Paragraph in a Pdf document. |
class |
CircleNote |
class |
DocumentAttachment
Represents a set of document level attachment
Paragraph in a Pdf document. |
class |
EmbeddedContent
Aspose HTML Svg embedded area to Aspose Pdf adapter
|
class |
FloatingBox
Represents a FloatingBox
Paragraph in a Pdf document. |
class |
FormField
Represents a formfield
Paragraph in the Pdf document. |
class |
Graph
Represents a graph
Paragraph . |
class |
Heading
Represents a heading in Pdf document.
|
class |
Image
Represents an image
Paragraph in a Pdf document. |
class |
LineAnnot |
class |
RadioButton
Represents a radiobutton item in a radiobutton field.
|
class |
SquareNote |
class |
Table
Represents a table
Paragraph in a Pdf document. |
class |
Text
Represents a text
Paragraph in a Pdf document. |
class |
TextMarkupNote |
Modifier and Type | Field and Description |
---|---|
Paragraph |
Paragraph.NextParagraph |
Paragraph |
Pdf.preParagraph |
Paragraph |
Paragraph.RefPara |
Modifier and Type | Method and Description |
---|---|
Paragraph |
Paragraphs.get_Item(int index)
Gets or sets a
Paragraph object from the collection according to Paragraph index. |
Paragraph |
Paragraphs.get_Item(String paragraphID)
Gets or sets a
Paragraph object from the collection according to Paragraph ID. |
Paragraph |
Segment.getInlineParagraph()
Gets or sets a
Paragraph object that indicates the inline
paragraph. |
Paragraph |
Paragraph.getNextParagraphInHeading()
Gets or sets a
Paragraph object that indicates the next paragraph in heading link. |
Paragraph |
Paragraphs.nextParagraph(Paragraph paragraph) |
Modifier and Type | Method and Description |
---|---|
void |
Paragraphs.add(Paragraph paragraph)
Adds a new
Paragraph object into the collection. |
void |
Paragraphs.addPara(Paragraph paragraph)
Adds a new
Paragraph object into the collection. |
void |
Section.addParagraph(Paragraph para)
Add a paragraph into the section.
|
void |
Paragraph.copyTo(Paragraph par) |
void |
Paragraphs.copyTo(Paragraph[] paraArray,
int index)
Copies the elements to a
Paragraph object array, starting at a specified array index. |
int |
Paragraphs.indexOf(Paragraph paragraph)
Gets the index of a specified
Paragraph object in the collection. |
void |
Paragraphs.insert(Paragraph paragraphToInsertAfter,
Paragraph newParagraph)
Inserts a new
Paragraph object into the collection after specified Cell object. |
void |
Paragraphs.insertPara(int index,
Paragraph paragraph)
Inserts a new
Paragraph object into the collection at specified position. |
void |
Paragraphs.insertPara(Paragraph paragraphToInsertAfter,
Paragraph newParagraph)
Inserts a new
Paragraph object into the collection after specified Cell object. |
void |
Paragraphs.moveAt(Paragraph paragraphToMoveAt,
Paragraphs newParagraphs) |
Paragraph |
Paragraphs.nextParagraph(Paragraph paragraph) |
void |
Paragraphs.remove(Paragraph paragraphToRemove)
Removes a
Paragraph object from the collection. |
void |
Paragraphs.set_Item(int index,
Paragraph value) |
void |
Paragraphs.set_Item(String paragraphID,
Paragraph value) |
void |
Segment.setInlineParagraph(Paragraph value) |
void |
Paragraph.setNextParagraphInHeading(Paragraph value) |
Modifier and Type | Method and Description |
---|---|
void |
LinkProcessor.registerAndBindLink(com.aspose.htmlold.model.IHyperlink subjLink,
Paragraph localLinkTargetIfAny,
IHyperlinkCarrier clickReciever) |
Modifier and Type | Method and Description |
---|---|
Paragraph |
Annot.getAnnotInfo()
Gets or sets attachment info.
|
Modifier and Type | Method and Description |
---|---|
void |
Annot.setAnnotInfo(Paragraph value) |
Modifier and Type | Method and Description |
---|---|
static void |
TextBase.processForEmbedded(Paragraph p,
Section currentPart,
Paragraphs destParagraphs,
Pdf doc) |
static void |
DirectWriter.writePara(Section section,
Paragraph para) |
Copyright © 2016 Aspose. All Rights Reserved.