Class ListManager
Class responsible for the lists in Rad
Inheritance
Namespace: Telerik.Windows.Documents.Lists
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ListManager : Object
Constructors
ListManager(RadDocument)
Initializes a new instance of the List
Declaration
public ListManager(RadDocument document)
Parameters
Rad The document the manager will be responsible for. |
Methods
GetAllDocumentLists()
Gets all document lists.
Declaration
public IEnumerable<DocumentList> GetAllDocumentLists()
Returns
System. A collection of Document |
GetAllListStyles()
Gets all list styles.
Declaration
public IEnumerable<ListStyle> GetAllListStyles()
Returns
GetDocumentListById(Int32)
Gets a document list by identifier.
Declaration
public DocumentList GetDocumentListById(int id)
Parameters
System. The identifier. |
Returns
Document The Document |
GetListStyleById(Int32)
Gets the list style by identifier.
Declaration
public ListStyle GetListStyleById(int id)
Parameters
System. The identifier. |
Returns
RegisterListStyleIfNecessary(ListStyle)
Registers a List
Declaration
public void RegisterListStyleIfNecessary(ListStyle listStyle)
Parameters
List The list style. |
UnRegisterListStyle(ListStyle)
Removes a List
Declaration
public void UnRegisterListStyle(ListStyle listStyle)
Parameters
List The list style. |