Method GetOutlineRange
GetOutlineRange(Point)
When implemented by a class, returns outline section, which represents text substituting outlined section and level of outline nesting at the specific position.
IOutlineRange GetOutlineRange(Point position)
Parameters
positionPointSpecifies position in the text.
Returns
- IOutlineRange
 IOutlineRangeobject that represents outline section.
GetOutlineRange(int)
When implemented by a class, returns outline section, which represents text substituting outlined section and level of outline nesting at the specific line.
IOutlineRange GetOutlineRange(int index)
Parameters
indexintIndex of line in the text.
Returns
- IOutlineRange
 IOutlineRangeobject that represents outline section.