Class ListItemStringFormatter
Inheritance
System.Object
ListItemStringFormatter
Namespace: Telerik.Windows.Documents.Lists
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ListItemStringFormatter : Object
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
|
System.Boolean
getNumberOnly
|
Returns
System.String
|