Show / Hide Table of Contents

    Class RtfBookmarkStartSegment

    This segment represents the opening of an Rtf bookmark

    Inheritance
    System.Object
    RtfSegment
    RtfBookmarkStartSegment
    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 RtfBookmarkStartSegment : RtfSegment

    Properties

    | Improve this Doc View Source

    Identifier

    The identifier of the bookmark that is opened

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