[]
Get paragraph with the empty text and string format for this document.
public RtfParagraph GetParagraph(Font font)
| Type | Name | Description |
|---|---|---|
| Font | font | The drawing font. |
| Type | Description |
|---|---|
| RtfParagraph |
Get paragraph for the text for this document.
public RtfParagraph GetParagraph(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The text string of the paragraph. |
| Type | Description |
|---|---|
| RtfParagraph | The paragraph for this document |
Get paragraph for the text for this document.
public RtfParagraph GetParagraph(string text, Font font)
| Type | Name | Description |
|---|---|---|
| string | text | The text string of the paragraph. |
| Font | font | The drawing font for the text. |
| Type | Description |
|---|---|
| RtfParagraph | The paragraph for this document |
Get paragraph for the text and string format for this document.
public RtfParagraph GetParagraph(string text, StringFormat sf)
| Type | Name | Description |
|---|---|---|
| string | text | The text string of the paragraph. |
| StringFormat | sf | The drawing string format. |
| Type | Description |
|---|---|
| RtfParagraph | The paragraph for this document |
Get paragraph for the text and string format for this document.
public RtfParagraph GetParagraph(string text, Font font, StringFormat sf)
| Type | Name | Description |
|---|---|---|
| string | text | The text string of the paragraph. |
| Font | font | The drawing font for the text. |
| StringFormat | sf | The drawing string format. |
| Type | Description |
|---|---|
| RtfParagraph | The paragraph for this document |
Get paragraph for the text and string format for this document.
public RtfParagraph GetParagraph(string text, StringFormat sf, float expand)
| Type | Name | Description |
|---|---|---|
| string | text | The text string of the paragraph. |
| StringFormat | sf | The drawing string format. |
| float | expand | The value in points for expand (+) or packed (-). |
| Type | Description |
|---|---|
| RtfParagraph | The paragraph for this document |
Get paragraph for the text and string format for this document.
public RtfParagraph GetParagraph(string text, Font font, StringFormat sf, float expand)
| Type | Name | Description |
|---|---|---|
| string | text | The text string of the paragraph. |
| Font | font | The drawing font for the text. |
| StringFormat | sf | The drawing string format. |
| float | expand | The value in points for expand (+) or packed (-). |
| Type | Description |
|---|---|
| RtfParagraph | The paragraph for this document |