[]
Clears format of all text runs.
public void ClearFormat()
Public Sub ClearFormat()
Clears the format of the specified text run.
public void ClearFormat(int start, int length)
Public Sub ClearFormat(start As Integer, length As Integer)
Type | Name | Description |
---|---|---|
int | start | The start position of the text run. |
int | length | The length of the text run. |