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

    Show / Hide Table of Contents

    TextLineBreak Class

    Namespace:
    GemBox.Spreadsheet.Drawing
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a vertical line break.

    • C#
    • VB.NET
    public class TextLineBreak : TextElement
    Public 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
    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)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.