public abstract class RtfPara extends Object
| Constructor and Description |
|---|
RtfPara() |
| Modifier and Type | Method and Description |
|---|---|
static RtfTextPara |
p(Object... texts)
Builds a paragraph of objects (with will be converted to Strings) and RtfText.
|
static RtfTextPara |
p(RtfText... texts)
A paragraph with a collection of text.
|
static RtfTextPara |
pard(RtfText... texts)
A paragraph with a collection of text.
|
static RtfRow |
row(Object... cells)
Writes a row with a sequence of text cells.
|
static RtfRow |
row(RtfPara... cells)
Writes a row with a sequence of paragraph cells.
|
static RtfRow |
row(RtfText... cells)
Writes a row with a sequence of text cells.
|
static RtfPara |
ul(RtfText text)
Text is in a unordered list with a preceding bullet.
|
static RtfPara |
ul(String text)
Text is in a unordered list with a preceding bullet.
|
public static RtfTextPara p(Object... texts)
p(RtfText.text(texts)).texts - Text to set in paragraph.RtfTextPara object with text.public static RtfTextPara p(RtfText... texts)
pard(RtfText...) if you
look for a method where paragraph attributes are not inherited to the next
paragraph.texts - Text to set in paragraph.RtfTextPara object with text.public static RtfTextPara pard(RtfText... texts)
p(RtfText...) if you
look for a method where paragraph attributes are inherited to the next
paragraph.texts - Text to set in paragraph.RtfTextPara object with text.public static RtfPara ul(String text)
text - Text to set in paragraph.RtfPara object with text and bullet.public static RtfPara ul(RtfText text)
text - Text to set in paragraph.RtfPara object with text and bullet.public static RtfRow row(RtfText... cells)
cells - Cells of the row.public static RtfRow row(Object... cells)
p(Object...).cells - Cells of the row.Copyright © 2010–2015 Tutego. All rights reserved.