Method UnOutline
UnOutline(Point)
When implemented by a class, removes outlined section at the specific position.
void UnOutline(Point position)
Parameters
position
PointSpecifies position in the text.
UnOutline(int)
When implemented by a class, removes all outline sections containing the given line.
void UnOutline(int index)
Parameters
index
intSpecifies line in the text.
UnOutline()
When implemented by a class, removes all outlined sections from outline collection.
void UnOutline()