Class ListItemStringFormatter
Inheritance
System.Object
ListItemStringFormatter
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.WinForms.Documents.Lists
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ListItemStringFormatter
Constructors
ListItemStringFormatter()
Declaration
public ListItemStringFormatter()
Methods
GetListItemString(Paragraph, Boolean)
Gets the list item string.
Declaration
public static string GetListItemString(Paragraph paragraph, bool getNumberOnly)
Parameters
Paragraph
paragraph
The Paragraph. |
System.Boolean
getNumberOnly
|
Returns
System.String
|