

'DeclarationPublic Class Paragraph Inherits InsertBeforeOrAfter
'UsageDim instance As Paragraph
public class Paragraph : InsertBeforeOrAfter
System.Object
Xceed.Document.NET.DocumentElement
Xceed.Document.NET.InsertBeforeOrAfter
Xceed.Document.NET.Paragraph
| Name | Description | |
|---|---|---|
![]() | Alignment | Gets or sets the Alignment of this Paragraph. |
![]() | Charts | Gets the list of Charts associated to this Paragraph. |
![]() | CheckBoxes | Gets the collection of CheckBoxes associated with this Paragraph. |
![]() | Comments | |
![]() | Direction | Gets or sets the Direction of this Paragraph. |
![]() | DocumentProperties | Gets the collection of Document Properties of this Paragraph. |
![]() | EndIndex | Gets the index that corresponds to where the Paragraph ends in the Document. |
![]() | Endnotes | Gets a list of the Endnote objects referenced in the Paragraph. |
![]() | FollowingTables | Gets the list of Tables following the current paragraph. |
![]() | Footnotes | Gets a list of the Footnote objects referenced in the Paragraph. |
![]() | Hyperlinks | Gets the collection of Hyperlinks of this Paragraph. |
![]() | IndentationAfter | Gets or sets the Indentation (in points) after this Paragraph. |
![]() | IndentationBefore | Gets or sets the Indentation (in points) before this Paragraph. |
![]() | IndentationFirstLine | Gets or sets the Indentation (in points) of the first line of this Paragraph. |
![]() | IndentationHanging | Gets or sets the Indentation (in points) of all but the first line of this Paragraph. |
![]() | IndentLevel | Gets the Indentation level of this Paragraph. |
![]() | IsKeepWithNext | Gets if this Paragraph must stay with the next Paragraph (stay on the same page). |
![]() | IsListItem | Gets if this Paragraph is a list element. |
![]() | LineSpacing | Gets or sets the LineSpacing (in points) of this Paragraph. |
![]() | LineSpacingAfter | Gets or sets the Line Spacing (in points) after this Paragraph. |
![]() | LineSpacingBefore | Gets or sets the Line Spacing (in points) before this Paragraph. |
![]() | ListItemType | Gets the List Item Type of this Paragraph. |
![]() | MagicText | Gets the formatted text value of this Paragraph. |
![]() | NextParagraph | Gets the paragraph following the current one. |
![]() | PackagePart | Gets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
![]() | ParagraphNumberProperties | Gets the Number Properties of this Paragraph. |
![]() | ParentContainer | Gets or sets the Parent Container of this Paragraph. |
![]() | Pictures | Gets the collection of Pictures of this Paragraph. |
![]() | PreviousParagraph | Gets the paragraph preceding the current one. |
![]() | Shapes | Gets the collection of Shapes associated with this Paragraph. |
![]() | SignatureLines | Gets the list of all the SignatureLines contained in the paragraph. |
![]() | StartIndex | Gets the index that corresponds to where the Paragraph starts in the Document. |
![]() | StyleId | Gets or sets the id of the style of this Paragraph. |
![]() | Text | Gets the text of this Paragraph. |
![]() | TextBoxes | Gets the collection of TextBoxes associated with this Paragraph. |
![]() | Xml | Gets or sets the XML for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
| Name | Description | |
|---|---|---|
![]() | Append | Overloaded. Appends text to this Paragraph. |
![]() | AppendBookmark | Appends a Bookmark to this Paragraph. |
![]() | AppendCheckBox | Appends a CheckBox to the Paragraph. |
![]() | AppendDocProperty | Appends a document property field at the end of this Paragraph. |
![]() | AppendEquation | Appends an equation to this Paragraph. |
![]() | AppendHyperlink | Appends a Hyperlink to this Paragraph. |
![]() | AppendLine | Overloaded. Appends a line to this Paragraph. |
![]() | AppendNote | Adds a Footnote/Endnote to a paragraph. |
![]() | AppendPageCount | Appends a page count placeholder at the end of the Paragraph. |
![]() | AppendPageNumber | Appends a page number placeholder at the end of the paragraph. |
![]() | AppendPicture | Appends a Picture to this Paragraph. |
![]() | AppendShape | Appends a Shape to this Paragraph. |
![]() | AppendSignatureLine | Appends a SignatureLine at the end of the paragraph. |
![]() | Bold | Applies or removes the Bold format to the last appended text. |
![]() | Border | Applies a Border to this Paragraph's text. |
![]() | CapsStyle | Applies a CapsStyle format to the last appended text. |
![]() | ClearBookmarks | Removes all the Bookmarks from this Paragraph. |
![]() | Color | Applies the provided color to the last appended text. |
![]() | Culture | Applies the provided culture to the last appended text. |
![]() | CurrentCulture | Applies the current culture to the last appended text. |
![]() | FindAll | Overloaded. Retrieves all the indexes that match the provided search conditions. |
![]() | FindAllByPattern | Finds all unique instances of the provided Regex pattern. |
![]() | Font | Overloaded. Applies the provided font to the last appended text. |
![]() | FontSize | Applies the provided font size to the last appended text. |
![]() | GetBookmarks | Retrieves the list of Bookmarks found in this Paragraph. |
![]() | GetListItemNumber | Returns the ListItem number value that this Paragraph represents. |
![]() | Hide | Hides the last appended text. |
![]() | Highlight | Applies a Highlight color to the last appended text. |
![]() | InsertAtBookmark | Inserts the provided text at a bookmark location in this Paragraph, using the specified formatting. |
![]() | InsertCaptionAfterSelf | Inserts an incremental caption text under the current picture, table or paragraph. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter) |
![]() | InsertChart | Inserts a Chart at a specific location in the Paragraph. |
![]() | InsertCheckbox | Inserts a Checkbox at a specific place in the Paragraph. |
![]() | InsertComment | Overloaded. Inserts a Comment in the Paragraph. |
![]() | InsertDocProperty | Inserts a document property field at the end of this Paragraph. |
![]() | InsertHorizontalLine | Inserts a horizontal line to this Paragraph. |
![]() | InsertHyperlink | Inserts a Hyperlink at a specific index in this Paragraph. |
![]() | InsertListAfterSelf | Inserts a defined List after the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter) |
![]() | InsertListBeforeSelf | Inserts a defined List before the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter) |
![]() | InsertPageBreakAfterSelf | Overridden. Inserts a page break after this Paragraph. |
![]() | InsertPageBreakBeforeSelf | Overridden. Inserts a page break before this Paragraph. |
![]() | InsertPageCount | Inserts a PageCount placeholder at a specific location in the Paragraph. |
![]() | InsertPageNumber | Inserts a PageNumber placeholder at a specific location in this Paragraph. |
![]() | InsertParagraphAfterSelf | Overloaded. Overridden. Inserts a Paragraph after this Paragraph. |
![]() | InsertParagraphBeforeSelf | Overloaded. Overridden. Inserts a Paragraph before this Paragraph. |
![]() | InsertPicture | Inserts a Picture at a specific location in this Paragraph. |
![]() | InsertShape | Inserts a Shape at a specific location in this Paragraph. |
![]() | InsertSignatureLine | Inserts a SignatureLine at a specific location in this Paragraph. |
![]() | InsertTableAfterSelf | Overloaded. Overridden. Inserts a Table after this Paragraph. |
![]() | InsertTableBeforeSelf | Overloaded. Overridden. Inserts a Table before this Paragraph. |
![]() | InsertTabStopPosition | Inserts a tab stop in this paragraph. |
![]() | InsertText | Overloaded. Inserts text in this Paragraph. |
![]() | Italic | Applies or removes the Italic format to the last appended text. |
![]() | KeepLinesTogether | Indicates if this Paragraph's lines must stay together on the same page or if they can be split over more than one page. |
![]() | KeepWithNextParagraph | Indicates if this Paragraph must stay on the same page as the next Paragraph. |
![]() | Kerning | Applies the provided kerning value to this Paragraph (in points). |
![]() | Misc | Applies the provided Misc property to the last appended text. |
![]() | PercentageScale | Applies the provided percentage scale to this Paragraph. |
![]() | Position | Applies the provided position to this Paragraph (in points). |
![]() | Remove | Removes this Paragraph from the Document. |
![]() | RemoveBookmark | Removes the specified Bookmark from the this Paragraph. |
![]() | RemoveHyperlink | Removes the specified Hyperlink from this Paragraph. |
![]() | RemoveText | Overloaded. Removes characters from this Paragraph. |
![]() | ReplaceAtBookmark | Replaces the text at the specified Bookmark in this Paragraph. |
![]() | ReplacePicture | Replaces a Picture in this Paragraph with another Picture. |
![]() | ReplaceText | Overloaded. Replaces all instances of a string with another string. |
![]() | ReplaceTextWithHTML | Replaces all instances of a string with HTML content. |
![]() | ReplaceTextWithObject | Replaces all instances of a string with an object using the options set via the replaceTextOptions parameter. |
![]() | Script | Applies the provided Script style to the last appended text. |
![]() | SetLineSpacing | Overloaded. Sets the line spacing for this Paragraph. |
![]() | ShadingPattern | Sets a ShadingPattern for a specific paragraph. |
![]() | Spacing | Applies the provided spacing value to this Paragraph (in points). |
![]() | SpacingAfter | Applies the provided spacing value after this Paragraph (in points). |
![]() | SpacingBefore | Applies the provided spacing value before this Paragraph (in points). |
![]() | SpacingLine | Modifies the spacing between the lines of this paragraph (in points). |
![]() | StrikeThrough | Applies the provided StrikeThrough style to the last appended text. |
![]() | UnderlineColor | Applies the provided underline color to the last appended text. |
![]() | UnderlineStyle | Applies the provided UnderlineStyle to the last appended text. |
![]() | ValidateBookmark |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.