Plumtree UI Infrastructure API  
 

DisplayOptions.SetForceLineBreaksAfterSafeElements Method 

This method controls whether or not to use line breaks after elements where it does not affect the HTML output.

public virtual void SetForceLineBreaksAfterSafeElements(
   bool b
);

Parameters

b
boolean true implies use line breaks.

See Also

DisplayOptions Class | com.plumtree.xpshared.htmlelements Namespace