|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.lens.ParagraphLens
public class ParagraphLens
This class converts a text string into paragraphs. A paragraph is defined as strings separated by one or more blank lines. Newlines in the paragraph are removed from the text. This is suitable to be used by convert a text stored in a file to print on screen. Because the ReportSheet supports text wrapping, it's often more appropriate to let the report control where the line wraps rather than using the newline in the data source.
| Constructor Summary | |
|---|---|
ParagraphLens(TextLens text)
Create a wrapper with the text contents. |
|
| Method Summary | |
|---|---|
Object |
clone()
Make a copy of this text lens. |
String |
getText()
Get the text contents. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParagraphLens(TextLens text)
text - string value.| Method Detail |
|---|
public String getText()
getText in interface TextLenspublic Object clone()
TextLens
clone in interface TextLensclone in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||