The RtfParagraph type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Actions |
The actions that will be executed when the paragraph is clicked.
(Inherited from Paragraph.) | |
| Border |
Get or set the border around this content element.
Default is null, meaning that there is no border.
(Inherited from Bordered.) | |
| Caption |
This attribute can be referenced using the #c field.
(Inherited from Paragraph.) | |
| Count |
Get the number of paragraphs in this collection.
(Inherited from ParagraphCollection.) | |
| Data |
Get or set the user defined data that will be passed with the PrintParagraph event.
(Inherited from ParagraphCollection.) | |
| DoNotBreak |
Get or set if a paragraph may be broken on page edges.
(Inherited from Paragraph.) | |
| HorizontalAlignment |
Get or set the horizontal alignment of the paragraph.
(Inherited from Paragraph.) | |
| ID |
Get or set the ID for referencing the paragraph.
(Inherited from Paragraph.) | |
| Item[([( Int32])]) |
Get or set a paragraph by 0-based index.
(Inherited from ParagraphCollection.) | |
| Item[([( String])]) |
Get or set a paragraph by it's ID.
(Inherited from ParagraphCollection.) | |
| KeepWithNext |
Get or set if the next paragraph needs start on the same page.
(Inherited from Paragraph.) | |
| Label |
Get or set the label for this paragraph.
(Inherited from Paragraph.) | |
| LeftIndentation |
Get or set the left side indent for this paragraph.
(Inherited from Paragraph.) | |
| Margin |
Get or set the margin of a border.
(Inherited from Bordered.) | |
| Note |
Get or set the note to be inserted.
(Inherited from Paragraph.) | |
| Padding |
Get or set the padding of a border.
(Inherited from Bordered.) | |
| Path |
Get or set the path to read the RTF document from.
| |
| RightIndentation |
Get or set the right side indent for this paragraph.
(Inherited from Paragraph.) | |
| SpacingAfter |
Get or set the number of added user space units below the rendered paragraph.
(Inherited from Paragraph.) | |
| SpacingBefore |
Get or set the number of added user space units above the rendered paragraph.
(Inherited from Paragraph.) | |
| StartOnNewColumn |
Get or set if the paragraph needs to start on a new column.
(Inherited from Paragraph.) | |
| StartOnNewPage |
Get or set if the paragraph needs to start on a new page.
(Inherited from Paragraph.) | |
| Stream |
The RTF to import in this paragraph.
| |
| Text |
The RTF to import in this paragraph. This property is also used to specifiy a RtfParagraph in XML.
| |
| VerticalAlignment |
Get or set the vertical alignment of this paragraphs collection.
(Inherited from ParagraphCollection.) |