| Modifier and Type | Method and Description |
|---|---|
RtfTextPara |
RtfTextPara.alignCentered() |
RtfTextPara |
RtfTextPara.alignJustified() |
RtfTextPara |
RtfTextPara.alignLeft() |
RtfTextPara |
RtfTextPara.alignRight() |
RtfTextPara |
RtfTextPara.bottomBorder(RtfTextPara.BorderStyle borderStyle)
Border bottom.
|
RtfTextPara |
RtfTextPara.breakPageBeforeParagraph()
Break page before the paragraph.
|
RtfTextPara |
RtfTextPara.cellWidth(double width,
RtfUnit unit)
Sets the width of a cell if the paragraph is used in a table.
|
RtfTextPara |
RtfTextPara.hyphenationOff()
Hyphenation for the paragraph off.
|
RtfTextPara |
RtfTextPara.hyphenationOn()
Hyphenation for the paragraph on.
|
RtfTextPara |
RtfTextPara.indentFirstLine(double indentation,
RtfUnit unit)
First-line indent by given amount.
|
RtfTextPara |
RtfTextPara.indentLeft(double indentation,
RtfUnit unit)
Left indent by given amount.
|
RtfTextPara |
RtfTextPara.indentRight(double indentation,
RtfUnit unit)
Right indent by given amount.
|
RtfTextPara |
RtfTextPara.keep()
Keep paragraph intact.
|
RtfTextPara |
RtfTextPara.keepWithNextParagraph()
Keep paragraph with the next paragraph.
|
RtfTextPara |
RtfTextPara.leftBorder(RtfTextPara.BorderStyle borderStyle)
Border left.
|
RtfTextPara |
RtfTextPara.leftToRight()
Text in this paragraph will be displayed with left to right precedence.
|
RtfTextPara |
RtfTextPara.level(int level)
Outline level of the paragraph.
|
RtfTextPara |
RtfTextPara.noLineNumbering()
No line numbering.
|
RtfTextPara |
RtfTextPara.noWidowOrOrphanControl()
No widow/orphan control.
|
static RtfTextPara |
RtfPara.p(Object... texts)
Builds a paragraph of objects (with will be converted to Strings) and RtfText.
|
static RtfTextPara |
RtfPara.p(RtfText... texts)
A paragraph with a collection of text.
|
static RtfTextPara |
RtfPara.pard(RtfText... texts)
A paragraph with a collection of text.
|
RtfTextPara |
RtfTextPara.partOfTable()
Paragraph is part of a table.
|
RtfTextPara |
RtfTextPara.reset()
Resets to default paragraph properties.
|
RtfTextPara |
RtfTextPara.rightBorder(RtfTextPara.BorderStyle borderStyle)
Border right.
|
RtfTextPara |
RtfTextPara.rightToLeft()
Text in this paragraph will be displayed with right to left precedence.
|
RtfTextPara |
RtfTextPara.spaceAfterLine(double space,
RtfUnit unit)
Space after line by given amount.
|
RtfTextPara |
RtfTextPara.spaceBeforeLine(double space,
RtfUnit unit)
Space before line by given amount.
|
RtfTextPara |
RtfTextPara.spaceBetweenLines(double space,
RtfUnit unit)
Space between lines by a given amount.
|
RtfTextPara |
RtfTextPara.spaceBetweenLinesAutomatically()
Line spacing is automatically determined by the tallest character in the line.
|
RtfTextPara |
RtfTextPara.spaceBetweenLinesMultiple(double space,
RtfUnit unit)
Space between lines is a multiple of single line spacing.
|
RtfTextPara |
RtfTextPara.spaceBetweenLinesMultipleAtLeastOrExactly(double space,
RtfUnit unit)
"At Least" or "exactly" space between lines is a multiple of single line spacing.
|
RtfTextPara |
RtfTextPara.tab(double tabPostion,
RtfUnit unit)
Defines a tab.
|
RtfTextPara |
RtfTextPara.tab(RtfTextPara.TabKind tabKind,
double tabPostion,
RtfUnit unit)
Defines a tab.
|
RtfTextPara |
RtfTextPara.tab(RtfTextPara.TabKind tabKind,
RtfTextPara.TabLead tabLead,
double tabPostion,
RtfUnit unit)
Defines a tab with an additional tab lead.
|
RtfTextPara |
RtfTextPara.topBorder(RtfTextPara.BorderStyle borderStyle)
Border top.
|
Copyright © 2010–2015 Tutego. All rights reserved.