menu

WinForms

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

    Show / Hide Table of Contents

    Class HtmlTextNode

    It has the Text of the HTML Tag

    Inheritance
    System.Object
    HtmlNode
    HtmlTextNode
    Inherited Members
    HtmlNode.ActualBackgroundColor
    HtmlNode.ActualFontWeight
    HtmlNode.AfterSpacing
    HtmlNode.Background
    HtmlNode.BackgroundColor
    HtmlNode.BaseLine
    HtmlNode.BeforeSpacing
    HtmlNode.BorderThickness
    HtmlNode.ColGroupSpan
    HtmlNode.Color
    HtmlNode.ColumnSpan
    HtmlNode.CssProperties
    HtmlNode.Font
    HtmlNode.FontFamily
    HtmlNode.FontSize
    HtmlNode.FontSyle
    HtmlNode.FontVariant
    HtmlNode.FontWeight
    HtmlNode.Foreground
    HtmlNode.HTMLTag
    HtmlNode.Hyperlink
    HtmlNode.HyperLinkColor
    HtmlNode.Image
    HtmlNode.ImageHeight
    HtmlNode.ImageWidth
    HtmlNode.Index
    HtmlNode.InheritableProperties
    HtmlNode.LeftIndent
    HtmlNode.ListType
    HtmlNode.NextNode
    HtmlNode.Nodes
    HtmlNode.ParentNode
    HtmlNode.PreviousNode
    HtmlNode.Properties
    HtmlNode.RightIndent
    HtmlNode.RowSpan
    HtmlNode.StrikeThrough
    HtmlNode.StringToFontWeight(String)
    HtmlNode.Text
    HtmlNode.TextAlign
    HtmlNode.TextDecoration
    HtmlNode.ToString()
    HtmlNode.Underline
    HtmlNode.WhiteSpace
    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)
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class HtmlTextNode : HtmlNode

    Constructors

    HtmlTextNode()

    Declaration
    public HtmlTextNode()

    HtmlTextNode(HtmlNode, HTMLTagInfo)

    Declaration
    public HtmlTextNode(HtmlNode parent, HTMLTagInfo tagname)
    Parameters
    Type Name Description
    HtmlNode parent
    HTMLTagInfo tagname
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved