Table of Contents

Property Smooth

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Smooth

Gets or sets whether a line series is drawn smoothed (c:smooth).

public bool Smooth { get; set; }

Property Value

bool

Remarks

The reader sets this to true for a line series whose part states no c:smooth at all, because that is what Word draws — its engine reports such a series as smoothed and exports it as cubic curves. A constructed series starts false.