Class ListItemStringFormatter
Inheritance
System.Object
ListItemStringFormatter
Namespace: Telerik.Windows.Documents.Lists
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ListItemStringFormatter : Object
Constructors
ListItemStringFormatter()
Declaration
public ListItemStringFormatter()
Methods
GetListItemString(Paragraph, Boolean, Boolean)
Gets the list item string.
Declaration
public static string GetListItemString(Paragraph paragraph, bool getNumberOnly = false, bool macOSXSaveBulletSymbols = false)
Parameters
Paragraph
paragraph
|
System.Boolean
getNumberOnly
|
System.Boolean
macOSXSaveBulletSymbols
If set to |
Returns
System.String
|