GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TextLineBreak Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a vertical line break.

    • C#
    • VB.NET
    public sealed class TextLineBreak : TextElement
    Public NotInheritable Class TextLineBreak
        Inherits TextElement
    Inheritance:
    System.Object
    TextElement
    TextLineBreak

    Properties

    ElementType

    Gets the LineBreak value.

    • C#
    • VB.NET
    public override TextElementType ElementType { get; }
    Public Overrides ReadOnly Property ElementType As TextElementType
    Property Value
    TextElementType

    The LineBreak value.

    Overrides
    TextElement.ElementType

    Methods

    ToString()

    Returns a System.String that represents this TextLineBreak instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this TextLineBreak instance.

    Overrides
    TextElement.ToString()

    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)

    Examples

    Text Boxes Example
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.