Definition
Namespace:Telerik.WinForms.Documents.DocumentStructure
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class DocumentStructureCollection
Inheritance: objectDocumentStructureCollection
Constructors
C#
public DocumentStructureCollection(LayoutElement layoutElement)
Properties
C#
public BoxParentsStack EnumerationStack { get; }
Methods
C#
public static LayoutBox GetNextAssociatedLayoutBox(LayoutBox box, DocumentElement associatedDocumentElement)
C#
public static LayoutBox GetNextSiblingForDocumentElement(LayoutBox box, DocumentElement owner)
C#
public static LayoutBox GetNextSiblingForDocumentElementOnSameLevel(LayoutBox box, DocumentElement owner)
C#
public static LayoutBox GetPreviousSiblingForDocumentElement(LayoutBox box, DocumentElement owner)
C#
public static LayoutBox GetPreviousSiblingForDocumentElementOnSamelevel(LayoutBox box, DocumentElement owner)
C#
public void MergeContainers()
C#
public void MergeLongWords(ParagraphLayoutBox paragraphLayoutBox)
C#
public void MergeLongWordsFromBox(InlineLayoutBox layoutBox, DocumentElement associatedDocumentElement)
C#
public void MergeTableRowBoxes(TableRowLayoutBox firstRow, TableRowLayoutBox secondRow)
C#
public static void ReplaceLayoutBox(LayoutBox boxWithNodeToUpdate, SpanLayoutBox newNodeValue)