Method GetOutlineRanges
GetOutlineRanges(IList<IRange>, int)
Fills list specified by ranges parameter with all outline sections containing specific line.
public virtual int GetOutlineRanges(IList<IRange> ranges, int index)
Parameters
Returns
- int
Number of elements in the ranges collection.
GetOutlineRanges(IList<IRange>, Point)
Fills list specified by ranges parameter with all outline sections containing specific position.
public virtual int GetOutlineRanges(IList<IRange> ranges, Point position)
Parameters
Returns
- int
Number of elements in the ranges collection.
GetOutlineRanges(IList<IRange>, Point, Point)
Fills list specified by ranges parameter with all outline sections containing specific range.
public virtual int GetOutlineRanges(IList<IRange> ranges, Point startPoint, Point endPoint)
Parameters
ranges
IList<IRange>Specifies list to fill.
startPoint
PointSpecifies start position in the text.
endPoint
PointSpecifies end position in the text.
Returns
- int
Number of elements in the ranges collection.
GetOutlineRanges(IList<IRange>)
Fills list specified by ranges parameter with all existing outline sections.
public virtual int GetOutlineRanges(IList<IRange> ranges)
Parameters
Returns
- int
Number of elements in the ranges collection.