TextEndOfParagraph Class
Definition
A text run that indicates the end of a paragraph.
public class TextEndOfParagraph
Constructors
| Name | Description |
|---|---|
| TextEndOfParagraph (2 overloads) | No summary available. |
TextEndOfParagraph overloads
TextEndOfParagraph Constructor
public TextEndOfParagraph()
TextEndOfParagraph Constructor
public TextEndOfParagraph(int textSourceLength)
Parameters
textSourceLength int
Properties
| Name | Description |
|---|---|
| Length | Inherited from TextEndOfLine. |
| Properties | A set of properties shared by every characters in the run Inherited from TextRun. |
| Text | Gets the text run's text. Inherited from TextRun. |
Fields
| Name | Description |
|---|---|
| DefaultTextSourceLength | Inherited from TextRun. |