Class MarkupPosition
Contains information to markup position of a term in a text/segment.
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class MarkupPosition
Constructors
MarkupPosition()
Declaration
public MarkupPosition()
Properties
Length
Length of the markup
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
int |
Start
Position in the segment where the markup starts from
Declaration
public int Start { get; set; }
Property Value
Type | Description |
---|---|
int |