public class LoremIpsum
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getMaxChars() |
static int |
getMaxParagraphs() |
static java.lang.String |
loremIpsum_Chars(int length)
Creates a Lorem Ipsum text with the given text length.
|
static java.lang.String |
loremIpsum_Paragraphs(int paragraphs)
Creates a Lorem Ipsum text with the given number of paragraphs.
|
public static java.lang.String loremIpsum_Chars(int length)
length - The length of the text to be created. Returns an empty
string if the length is lower than 1public static java.lang.String loremIpsum_Paragraphs(int paragraphs)
paragraphs - The number of paragraphs (limited to 100). Returns an empty
string if the paragraphs is lower than 1public static int getMaxChars()
public static int getMaxParagraphs()