[]
Add paragraph into this document in next position.
public RtfParagraph AddParagraph(string text)
Type | Name | Description |
---|---|---|
string | text | The text string of the paragraph. |
Type | Description |
---|---|
RtfParagraph | The Word/RTF paragraph object. |
Add paragraph into this document in next position.
public RtfParagraph AddParagraph(string text, Font font)
Type | Name | Description |
---|---|---|
string | text | The text string of the paragraph. |
Font | font | The drawing font. |
Type | Description |
---|---|
RtfParagraph | The Word/RTF paragraph object. |
Add paragraph into this document in next position.
public RtfParagraph AddParagraph(string text, Font font, Color clr)
Type | Name | Description |
---|---|---|
string | text | The text string of the paragraph. |
Font | font | The drawing font. |
Color | clr | The drawing color. |
Type | Description |
---|---|
RtfParagraph | The Word/RTF paragraph object. |
Add paragraph into this document in next position.
public RtfParagraph AddParagraph(string text, Font font, Color clr, RtfHorizontalAlignment align)
Type | Name | Description |
---|---|---|
string | text | The text string of the paragraph. |
Font | font | The drawing font. |
Color | clr | The drawing color. |
RtfHorizontalAlignment | align | The paragraph alignment. |
Type | Description |
---|---|
RtfParagraph | The Word/RTF paragraph object. |