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