Search Results for

    Show / Hide Table of Contents

    Interface IText

    Translatable text inside the source or target in a localizable ParagraphUnit.

    Inherited Members
    IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor)
    IAbstractMarkupData.RemoveFromParent()
    IAbstractMarkupData.Parent
    IAbstractMarkupData.IndexInParent
    IAbstractMarkupData.ParentParagraph
    System.ICloneable.Clone()
    ISupportsUniqueId.UniqueId
    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IText : IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId

    Properties

    Properties

    Original information on the translatable text as provided by the native file processing components.

    Declaration
    ITextProperties Properties { get; set; }
    Property Value
    Type Description
    ITextProperties

    Methods

    Split(Int32)

    Splits the text node in two.

    This object retains the first part of the text. The returned object is a clone of this object, which contains the remainder of the text.

    Declaration
    IText Split(int fromIndex)
    Parameters
    Type Name Description
    System.Int32 fromIndex

    Must be a value between 0 and the length of the text

    Returns
    Type Description
    IText

    On this page

    • Properties
      • Properties
    • Methods
      • Split(Int32)
    Back to top Generated by DocFX