String szText = super.getInfo( obj );
szText = insertSectionBreak( szText );
szText += "Line Attributes\r\n";
LineAttributes lineAttribs = (LineAttributes) obj;
szText += "Antialiasing: " + lineAttribs.getLineAntialiasingEnable() + "\r\n";
szText += "Pattern: " + lineAttribs.getLinePattern() + "\r\n";
szText += "Width: " + lineAttribs.getLineWidth() + "\r\n";
return szText;