Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EastAsianLayout Class / Id Property

In This Topic
    Id Property (EastAsianLayout)
    In This Topic
    Gets or sets a unique ID which shall be used to link multiple runs with Id to each other to ensure that their contents are correctly displayed in the document. ///
    Syntax
    'Declaration
     
    Public Property Id As System.Integer
    public System.int Id {get; set;}
    Remarks
    This means that multiple runs which are broken apart due to differences in formatting can be identified as belonging to the same grouping in terms of EastAsianLayout properties, although they are separated into multiple runs of text.
    See Also