Uiinfrastructure API Docs  
 

Reporter.linewrap Method 

Formats strings into N-char chunks with indent; breaks on word boundary

public static void linewrap(
   bool bSystemOut,
   string line,
   int width,
   int indent
);

Parameters

bSystemOut
line
width
indent

See Also

Reporter Class | com.plumtree.uiinfrastructure.diagnostic.reporter Namespace