The following tables list the members exposed by DocumentViewLine.
Name | Description | |
---|---|---|
Bounds | Returns the bounding rectangle of the line in text area coordinates. (read only) | |
LayoutChangeType | Returns a value that indicates the kind of change (if any) that occurred for this line during the last layout pass. (read only) | |
LayoutTranslationOffset | Returns a value that indicates the number of pixels that this line was moved during the last layout pass if the line's LayoutChangeType is translated. Othwerwise, returns zero. (read only) | |
LineEndPoint | Returns a Point corresponding to the top/left corner of the unoccupied character position following the last character on the line. (read only) | |
LineEndTextLocation | Returns a Infragistics.Documents.Parsing.TextLocation corresponding to the unoccupied character position following the last character on the line. (read only) | |
LineFirstCharacterPoint | Returns a Point corresponding to the top/left corner of the first character position on the line. (read only) | |
LineFirstTextLocation | Returns a Infragistics.Documents.Parsing.TextLocation corresponding to the first character position on the line. (read only) | |
LineLastCharacterPoint | Returns a Point corresponding to the top/left corner of the last character position on the line. (read only) | |
LineLastTextLocation | Returns a Infragistics.Documents.Parsing.TextLocation corresponding to the last character position on the line. (read only) | |
LineStartPoint | Returns a Point corresponding to the top/left corner of the first character on the line. (read only) | |
LineStartTextLocation | Returns a Infragistics.Documents.Parsing.TextLocation corresponding to the first last character on the line. (read only) | |
SnapshotLineInfo | The SnapshotLineInfo associated with this DocumentViewLine. |
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. |