FormattedText.GetListType
Method
Description:
Returns the of a paragraph.
Returns the of a paragraph.
Parameters
| Parameter | Type | Description |
|---|---|---|
| textRange | TextRange | The given text range. |
Return Value
| Type | Description |
|---|---|
| ListType | The of the paragraph. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | This text range is empty. -or- This start index of this text range is not within the text range identifying the entire text. -or- The end of this text range is not within the text range identifying the entire text. |
| ArgumentNullException | A non-optional argument was null |