[]
Get paragraph with the empty text and string format for this document.
public RtfParagraph GetParagraph(Font font)
Public Function GetParagraph(font As Font) As RtfParagraph
| Type | Name | Description |
|---|---|---|
| Font | font | The drawing font. |
| Type | Description |
|---|---|
| RtfParagraph |
Get paragraph for the text for this document.
public RtfParagraph GetParagraph(string text)
Public Function GetParagraph(text As String) As RtfParagraph
| 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)
Public Function GetParagraph(text As String, font As Font) As RtfParagraph
| 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)
Public Function GetParagraph(text As String, sf As StringFormat) As RtfParagraph
| 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)
Public Function GetParagraph(text As String, font As Font, sf As StringFormat) As RtfParagraph
| 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)
Public Function GetParagraph(text As String, sf As StringFormat, expand As Single) As RtfParagraph
| 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)
Public Function GetParagraph(text As String, font As Font, sf As StringFormat, expand As Single) As RtfParagraph
| 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 |