[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontBase.FitTextWidth

FitTextWidth Property

FitTextWidth

Gets or sets that the contents of the run shall not be automatically displayed based on the width of its contents, rather its contents shall be resized to fit the width specified by the this property. This expansion/contraction shall be performed by equally increasing/decreasing the size of each character in the run's contents when displayed.

Declaration
public float FitTextWidth { get; set; }
Public Property FitTextWidth As Single
Remarks

If the property value equals to 0, then the contents of the run shall be displayed based on the size of its contents.