TextLineBreak Class
Represents a vertical line break.
public sealed class TextLineBreak : TextElement
Public NotInheritable Class TextLineBreak
Inherits TextElement
- 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
Inherited Properties
Format | Gets or sets the character formatting options. (Inherited from TextElement) |
Parent | Gets the parent text paragraph or null if text element was deleted. (Inherited from TextElement) |
Slide | Gets the slide associated with this text element. (Inherited from TextElement) |
TextContent | Gets the text content of the current TextElement. (Inherited from TextElement) |