Overload List
| Name | Description | |
|---|---|---|
| Copy | Return a newly created line iterator that is functionally identical to this one - it will have the same line position within the same enclosing paragraph. | |
| Copy(Int32) | Return a newly created line iterator corresponding to the specified line position within the same enclosing paragraph as this line iterator. The argument is a positional offset from the current line position, so a value of zero will yield a new line iterator that is functionally identical to this one. |
See Also