Show / Hide Table of Contents

    Class RtfTextSegment

    This is the segment for a plain text component

    Inheritance
    System.Object
    RtfSegment
    RtfTextSegment
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.TextConverter.Rtf
    Assembly: Dangl.TextConverter.dll
    Syntax
    public class RtfTextSegment : RtfSegment

    Properties

    | Improve this Doc View Source

    Text

    The plain text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH