Class DocumentList
Inheritance
System.Object
DocumentList
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 DocumentList
Constructors
DocumentList(ListStyle, RadDocument, Nullable<Int32>)
Declaration
public DocumentList(ListStyle style, RadDocument document, int? id = default(int? ))
Parameters
List
|
Rad
|
System.
|
DocumentList(ListStyle, RadDocument, Nullable<Int32>, Boolean)
Declaration
public DocumentList(ListStyle style, RadDocument document, int? id, bool shouldCreateNewDocumentListOnInsert)
Parameters
List
|
Rad
|
System.
|
System.
|
Properties
ActualStyle
Document
FirstParagraph
ID
Declaration
public int ID { get; }
Property Value
System.
|
ParagraphCount
Declaration
public int ParagraphCount { get; }
Property Value
System.
|
Paragraphs
Declaration
public IEnumerable<Paragraph> Paragraphs { get; }
Property Value
System.
|
ParagraphsCount
Declaration
protected int ParagraphsCount { get; }
Property Value
System.
|
Style
StyleId
Declaration
public int StyleId { get; }
Property Value
System.
|
Methods
AddParagraph(Paragraph)
AddParagraph(Paragraph, Int32)
Declaration
public void AddParagraph(Paragraph paragraph, int listLevel)
Parameters
Paragraph
paragraph
|
System.
|
ChangeLeftIndent(Double)
Declaration
public void ChangeLeftIndent(double indent)
Parameters
System.
|
DecreaseLeftIndent()
Declaration
public void DecreaseLeftIndent()
GetProperListInfo(RadDocument)
Declaration
public static DocumentList GetProperListInfo(RadDocument document)
Parameters
Rad
|
Returns
IncreaseLeftIndent()
Declaration
public void IncreaseLeftIndent()
RemoveParagraph(Paragraph, Boolean)
Declaration
public void RemoveParagraph(Paragraph paragraph, bool removingFromOldList = false)
Parameters
Paragraph
paragraph
|
System.
|