stringutils
Function shorten

java.lang.String shorten(java.lang.String, int, int, java.lang.String)
Shorten a text with a number of lines and a number of chars per line to be displayed. Display ellipses the line is shortened. The function takes 4 parameters:
java.lang.String: original text
int: number of lines
int: number of chars per line java.lang.String: optional ellipses ('...') to display optional ellipses where the line is shortened.


Function Information
Function Classnet.sourceforge.openutils.elfunctions.ElStringUtils
Function Signaturejava.lang.String shorten(java.lang.String, int, int, java.lang.String)
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.