C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox.Documents Namespace : C1Document Class |
For a list of all members of this type, see C1Document members.
Name | Description | |
---|---|---|
ClearValue | Clears the value of style property in this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
Clone | Returns a deep copy of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
CreateNewElement | Creates a new C1TextElement with the same type as this. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
Enumerate | Enumerates the elements in the document in the specified direction. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
EnumerateSubtree | Enumerates all elements in the sub tree where this element is root. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
GetParents | Returns the list of parents from the root. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
GetValue<T> | Returns the value of a style property for this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
Group | Groups some of this C1TextElement children, all children in the specified range are added to the new parent, and the parent is inserted at the range start. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
IsValidChild | Overridden. | |
JoinSibling | Joins this element with its next sibling. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
Remove | Overloaded. Removes a range of children in this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
SetValue<T> | Sets the value of a style property of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
ShallowClone | Returns a shallow copy of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
Split | Overloaded. Splits this C1TextElement at the specified offset into two elements of the same type with the same style properties. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) | |
UnGroup | Ungroups this C1TextElement, that is, this C1TextElement is removed, and all its children are added to its parent. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |