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.Windows.Documents.Lists
Assembly: Telerik.Windows.Documents.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
|
System.Boolean
getNumberOnly
|
Returns
System.String
|