_ParagraphFormat.SpaceAfterAuto Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Word automatically sets the amount of spacing after the specified paragraphs.
public:
property int SpaceAfterAuto { int get(); void set(int value); };
public int SpaceAfterAuto { get; set; }
member this.SpaceAfterAuto : int with get, set
Public Property SpaceAfterAuto As Integer
Property Value
Remarks
This property returns wdUndefined if it's set to True for only some of the specified paragraphs.
When you open an HTML document without cascading style sheets, Word automatically sets the SpaceAfterAuto property to True to render the paragraph spacing exactly as it would appear in a Web browser.
If SpaceAfterAuto is set to True, the SpaceAfter property is ignored.