Class ContentSelectionInfo
Offers additional information regarding the current selection
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class ContentSelectionInfo
Properties
CursorPosition
The cursor position.
Declaration
public long CursorPosition { get; }
Property Value
Type | Description |
---|---|
long |
RowNumber
The row number identifies this row in the the layout and is unique to each row in the control. ///
Declaration
public int RowNumber { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
Rows are numbered sequentially. Not all rows need to be visible at all times, which could mean that there may be gaps in the visible row numbers for a control. The row number should be the same for rows with corresponding content ranges in different edit controls(e.g. in the source and target controls in a side-by-side editor).
SegmentId
Identifier for the segment pair.
Declaration
public string SegmentId { get; }
Property Value
Type | Description |
---|---|
string |