menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITextRange - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITextRange

    Interface publishes text range functionality

    Inherited Members
    IEntityBase.Document
    IEntityBase.Owner
    IParagraphItem.Clone(IParagraph)
    IParagraphItem.OwnerParagraph
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface ITextRange : IParagraphItem, IEntityBase

    Properties

    CharacterFormat

    Gets text format.

    Declaration
    CharacterFormat CharacterFormat { get; }
    Property Value
    Type
    CharacterFormat

    Hyperlink

    Gets hyperlink object.

    Declaration
    Hyperlink Hyperlink { get; }
    Property Value
    Type
    Hyperlink

    Text

    Gets / sets text.

    Declaration
    string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved