[]
An inline-level flow content element intended to contain a run of formatted or unformatted text.
public class C1Run : C1Inline, IEnumerable<C1TextElement>, IEnumerable
Name | Description |
---|---|
C1Run() |
Name | Description |
---|---|
ContentEnd | Gets the C1TextPointer at the end of the C1Run's text. |
ContentStart | Gets the C1TextPointer at the beginning of the C1Run's text. |
Text | Gets or sets the unformatted text contents of this text C1Run. |
Name | Description |
---|---|
Clone() | Returns a deep copy of this element. |
Insert(int, string) | Inserts text in Text's current value. |
JoinSibling() | Joins this element with its next sibling. |
Remove(int, int) | Removes a range of text from Text's current value. |
Split(int, bool) | Splits this C1TextElement at the specified offset into two elements of the same type with the same style properties. |