For a list of all members of this type, see DocumentViewLine members.
Name | Description | |
---|---|---|
![]() | ContainsLocation | Returns whether the specified Infragistics.Documents.Parsing.TextLocation is contained within this DocumentViewLine. (read only) |
![]() | GetCharacterIndexFromXOffset | Returns the zero based index of the character on the line that is closest to the specified X offset. |
![]() | GetParts | Returns the IDocumentViewLineParts that make up this line. |
![]() | GetPixelLengthOfTextSpan | Returns the length (in pixels) of the rendered text (on this line) described by the specified Infragistics.Documents.Parsing.TextSpan. |
![]() | GetXOffsetFromCharacterIndex | Returns the horizontal offset (in pixels) from the beginning of the line where the character with the specified character index is located. |
![]() | PointFromCharacterIndex | Returns a Point in text area coordinates that represents the location of the upper left corner of the character with the specified zero based character index within the line. |
![]() | TextLocationFromPoint | Returns a Infragistics.Documents.Parsing.TextLocation that represents the character closest to the specified screen location (expressed as a Point in text area coordinates). |
![]() | ToString | Returns a string representation of the instance. |