Class HtmlNode
Represent the Paragraph Box
Inheritance
System.Object
HtmlNode
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)
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Constructors
Declaration
Declaration
public HtmlNode(HtmlNode parentbox)
Parameters
Type |
Name |
Description |
HtmlNode |
parentbox |
|
Declaration
public HtmlNode(HtmlNode parent, HTMLTagInfo tagname)
Parameters
Properties
Declaration
public Color ActualBackgroundColor { get; set; }
Property Value
Type |
System.Windows.Media.Color |
Declaration
public FontWeight ActualFontWeight { get; set; }
Property Value
Type |
System.Windows.FontWeight |
Declaration
[HTMLNotInheritable]
[CssPropertyInherited]
[CssProperties("after-spacing")]
public double AfterSpacing { get; set; }
Property Value
Declaration
[CssProperties("background")]
public string Background { get; set; }
Property Value
It paints the background color for the ParagraphBox
Declaration
[CssPropertyInherited]
[CssProperties("background-color")]
public string BackgroundColor { get; set; }
Property Value
It defines the SubScript and SuperScript for the Text
Declaration
[HTMLNotInheritable]
[CssProperties("baseline")]
[CssPropertyInherited]
public Baseline BaseLine { get; set; }
Property Value
Declaration
[HTMLNotInheritable]
[CssPropertyInherited]
[CssProperties("before-spacing")]
public double BeforeSpacing { get; set; }
Property Value
Declaration
[CssProperties("BorderThickness")]
public double BorderThickness { get; set; }
Property Value
Declaration
[CssProperties("ColGroupSpan")]
public int ColGroupSpan { get; set; }
Property Value
String color determines the Foreground color for the Text
Declaration
[HTMLNotInheritable]
[CssPropertyInherited]
[CssProperties("color")]
public string Color { get; set; }
Property Value
Declaration
[CssProperties("ColumnSpan")]
public int ColumnSpan { get; set; }
Property Value
Only CssPropertiesAttribute
Declaration
public static List<PropertyInfo> CssProperties { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.Reflection.PropertyInfo> |
Describes the font [ Fontweight,FontStyle,FontVariant] for the ParagraphBox
Declaration
[CssProperties("font")]
[HTMLNotInheritable]
[CssPropertyInherited]
public string Font { get; set; }
Property Value
It decides the Text's FontFamily
Declaration
[HTMLNotInheritable]
[CssProperties("font-family")]
[CssPropertyInherited]
public string FontFamily { get; set; }
Property Value
It decides the FontSize of the Text
Declaration
[CssPropertyInherited]
[HTMLNotInheritable]
[CssProperties("font-size")]
public string FontSize { get; set; }
Property Value
It decides the FontStyle of the Text.
Declaration
[HTMLNotInheritable]
[CssProperties("font-style")]
[CssPropertyInherited]
public string FontSyle { get; set; }
Property Value
It decides the FontVariant of the Text.
Declaration
[CssProperties("font-variant")]
[CssPropertyInherited]
public string FontVariant { get; set; }
Property Value
Declaration
[HTMLNotInheritable]
[CssProperties("font-weight")]
[CssPropertyInherited]
public string FontWeight { get; set; }
Property Value
It paints the forground color for the Text which inside the ParagraphBox
Declaration
[CssPropertyInherited]
[CssProperties("foreground")]
public Color Foreground { get; set; }
Property Value
Type |
System.Windows.Media.Color |
It stores the corresponding HTML tag information
Declaration
public HTMLTagInfo HTMLTag { get; set; }
Property Value
It decides whether ParagraphBox is HyperlinkAdv
Declaration
[HTMLNotInheritable]
[CssPropertyInherited]
[CssProperties("hyperlink")]
public HyperlinkAdv Hyperlink { get; set; }
Property Value
Declaration
[HTMLNotInheritable]
[CssPropertyInherited]
[CssProperties("hyperlinkcolor")]
public Color HyperLinkColor { get; set; }
Property Value
Type |
System.Windows.Media.Color |
It decides whether the ParagraphBox is ImageContainerAdv
Declaration
public ImageContainerAdv Image { get; set; }
Property Value
It decides the Height of the Image
Declaration
public double ImageHeight { get; set; }
Property Value
It decides the Width of the Image
Declaration
public double ImageWidth { get; set; }
Property Value
Declaration
public int Index { get; set; }
Property Value
It collects the properties which are inheritable in the HTML architecture
Declaration
public static List<PropertyInfo> InheritableProperties { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.Reflection.PropertyInfo> |
Declaration
[CssPropertyInherited]
[CssProperties("left-indent")]
[HTMLNotInheritable]
public double LeftIndent { get; set; }
Property Value
Declaration
[CssProperties("listType")]
[HTMLNotInheritable]
[CssPropertyInherited]
public ListType ListType { get; set; }
Property Value
Declaration
public HtmlNode NextNode { get; set; }
Property Value
ParagraphBoxes collection for every instance
Declaration
public List<HtmlNode> Nodes { get; set; }
Property Value
Type |
System.Collections.Generic.List<HtmlNode> |
Parent for the ParagraphBox
Declaration
public HtmlNode ParentNode { get; set; }
Property Value
Declaration
public HtmlNode PreviousNode { get; set; }
Property Value
All the properties of ParagraphBox
Declaration
public static Dictionary<string, PropertyInfo> Properties { get; set; }
Property Value
Type |
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo> |
Declaration
[CssPropertyInherited]
[HTMLNotInheritable]
[CssProperties("right-indent")]
public double RightIndent { get; set; }
Property Value
Declaration
[CssProperties("RowSpan")]
public int RowSpan { get; set; }
Property Value
Declaration
[CssProperties("strike-through")]
public StrikeThrough StrikeThrough { get; set; }
Property Value
Text
Defines the Tex which inside the tags ex: I am bold
Declaration
public string Text { get; set; }
Property Value
TextAlign
Describes the TextAlignment of the Paragraph
Declaration
[HTMLNotInheritable]
[CssPropertyInherited]
[CssProperties("text-align")]
public string TextAlign { get; set; }
Property Value
TextDecoration
Declaration
[CssProperties("text-decoration")]
public string TextDecoration { get; set; }
Property Value
Whether the Text should be underlined.
Declaration
[HTMLNotInheritable]
[CssProperties("underline")]
[CssPropertyInherited]
public bool Underline { get; set; }
Property Value
Declaration
[CssPropertyInherited]
[CssProperties("white-space")]
public string WhiteSpace { get; set; }
Property Value
Methods
Declaration
public FontWeight StringToFontWeight(string fontweight)
Parameters
Type |
Name |
Description |
System.String |
fontweight |
|
Returns
Type |
System.Windows.FontWeight |
Declaration
public override string ToString()
Returns
Overrides
System.Object.ToString()