[]
The Word/RTF paragraph class.
public class RtfParagraph : RtfFilledObject, ICloneable, IRtfContent, IEnumerable, IDocumentContent, IContent
| Name | Description |
|---|---|
| RtfParagraph() | Create Word/RTF paragraph. |
| RtfParagraph(RtfObject) | Create Word/RTF paragraph with owner. |
| Name | Description |
|---|---|
| DefaultSpaceBetweenLines | The default space between lines value for RTF paragraphs. |
| Name | Description |
|---|---|
| Alignment | Gets or sets the horizontal alignment for this paragraph. |
| Clipped | Gets or sets the clip of the text of this paragraph. |
| Content | Gets content for this paragraph. |
| Count | Gets current count PTF objects in collection. |
| Current | Gets current RTF object for set (group, collection). |
| FirstLineIndent | Gets or sets the first line left indent value of this paragraph. |
| Font | Gets or sets the font for this paragraph. |
| ForeColor | Gets or sets the foreground color for this paragraph. |
| Height | Gets or sets the approximate height value of this paragraph. |
| IsEmpty | Gets true if this object is empty, otherwise false. |
| Leading | Gets or sets the leading value relatively by parent of this paragraph. |
| LeftChars | Gets or sets the left chars value of this paragraph. |
| LeftIndent | Gets or sets the left indent value of this paragraph. |
| PageBreakBefore | Gets or sets the page break before of this paragraph. |
| RightIndent | Gets or sets the right indent value of this paragraph. |
| SpaceBetweenLines | Gets or sets the space between lines value of this paragraph. |
| SpacesAfter | Gets or sets the spaces after value of this paragraph. |
| SpacesBefore | Gets or sets the spaces before value of this paragraph. |
| Style | Gets or sets the style for this paragraph. |
| TabIndents | Gets or sets the tabulation indent values of this paragraph. |
| TextFlow | Gets or sets the text direct value of this paragraph. |
| WordWrap | Gets or sets the word wrap of the text of this paragraph. |
| Name | Description |
|---|---|
| Add(RtfObject) | Adds the RTF object to the collection. |
| Clone() | Creates a new RtfObject object that is a copy of the current instance. |
| GetEnumerator() | Exposes the enumerator, which supports a simple iteration over a non-generic collection. |