Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / FitTextId Property

In This Topic
    FitTextId Property
    In This Topic
    Gets or sets a unique ID which shall be used to link multiple contiguous runs with specified FitTextWidth property to each other to ensure that their contents are correctly merged into the specified width in the document. 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 FitText properties, although they are multiple runs of text in the document.
    Syntax
    'Declaration
     
    Public Property FitTextId As System.Integer
    public System.int FitTextId {get; set;}
    Remarks
    If this property value equals to 0, then the run has no id and shall not be linked with any other run in the parent paragraph.
    See Also