Class TinyHTMLParsers.TinyHTMLParsersData
Inheritance
System.Object
TinyHTMLParsers.TinyHTMLParsersData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.TextPrimitiveUtils
Assembly: Telerik.WinControls.dll
Syntax
public class TinyHTMLParsersData
Constructors
TinyHTMLParsersData()
Declaration
public TinyHTMLParsersData()
Fields
lastFormattedText
Declaration
public Stack<FormattedText> lastFormattedText
Field Value
System.Collections.Generic.Stack<FormattedText>
|
lastListNumberCount
Declaration
public Stack<int> lastListNumberCount
Field Value
System.Collections.Generic.Stack<System.Int32>
|
lastListType
Declaration
public Stack<FormattedText.HTMLLikeListType> lastListType
Field Value
System.Collections.Generic.Stack<FormattedText.HTMLLikeListType>
|