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
position
PointSpecifies position in the text.
Returns
- IOutlineRange
IOutlineRange
object 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
index
intIndex of line in the text.
Returns
- IOutlineRange
IOutlineRange
object that represents outline section.