TextLineBreak Class
Represents a vertical line break.
- Inheritance:
- System.ObjectTextLineBreak
Properties
ElementType
Gets the LineBreak value.
public override TextElementType ElementType { get; }
Public Overrides ReadOnly Property ElementType As TextElementType
Property Value
The LineBreak value.
Overrides
Methods
ToString()
Returns a System.String that represents this TextLineBreak instance.
Returns
- System.String
A System.String that represents this TextLineBreak instance.
Overrides
System.Object.ToString()
Inherited Properties
Format | Gets or sets the text formatting options. (Inherited from TextElement) |
Parent | Gets the parent text paragraph or null if text element was deleted. (Inherited from TextElement) |