Search Results for

    Show / Hide Table of Contents

    Class MarkupPosition

    Contains information to markup position of a term in a text/segment.

    Inheritance
    Object
    MarkupPosition
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    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
    Int32

    Start

    Position in the segment where the markup starts from

    Declaration
    public int Start { get; set; }
    Property Value
    Type Description
    Int32
    In this article
    Back to top Generated by DocFX