Search Results for

    Show / Hide Table of Contents

    Interface IParagraphUnitProperties

    Properties of a (structure or localizable) paragraph unit

    Inherited Members
    System.ICloneable.Clone()
    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IParagraphUnitProperties : ICloneable

    Properties

    Comments

    Comments associated with the paragraph unit; may be null.

    Declaration
    ICommentProperties Comments { get; set; }
    Property Value
    Type Description
    ICommentProperties

    Contexts

    Context associated with the paragraph unit

    Declaration
    IContextProperties Contexts { get; set; }
    Property Value
    Type Description
    IContextProperties

    LockType

    Indicates the lock type(s) for this paragraph unit. For a structure paragraph unit, the Structure flag is set.

    Declaration
    LockTypeFlags LockType { get; set; }
    Property Value
    Type Description
    LockTypeFlags

    ParagraphUnitId

    Globally unique identifier of the paragraph unit

    Declaration
    ParagraphUnitId ParagraphUnitId { get; set; }
    Property Value
    Type Description
    ParagraphUnitId

    SourceCount

    Word/character count for the source content in this paragraph unit

    Declaration
    SourceCount SourceCount { get; set; }
    Property Value
    Type Description
    SourceCount

    On this page

    • Properties
      • Comments
      • Contexts
      • LockType
      • ParagraphUnitId
      • SourceCount
    Back to top Generated by DocFX