Uiinfrastructure API Docs  
 

HTMLElement.SetForceLineBreaksAfterSafeElements Method 

This method controls whether or not to use line breaks after elements where it does not affect the HTML output. This can only be used on a top-level HTMLElement (usually an HTMLPage).

public virtual void SetForceLineBreaksAfterSafeElements(
   bool b
);

Parameters

b
boolean true implies use line breaks.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace