| Modifier and Type | Method and Description |
|---|---|
static RtfUnit |
RtfUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtfUnit[] |
RtfUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RtfDocfmt |
RtfDocfmt.bottomMargin(double margin,
RtfUnit unit)
Bottom margin.
|
RtfRow |
RtfRow.cellHeight(double height,
RtfUnit unit)
Defines the cell height.
|
RtfRow |
RtfRow.cellSpace(double space,
RtfUnit unit)
Half the space between the cells of a table row.
|
RtfTextPara |
RtfTextPara.cellWidth(double width,
RtfUnit unit)
Sets the width of a cell if the paragraph is used in a table.
|
static RtfDocfmt |
RtfDocfmt.defaultTab(double width,
RtfUnit unit)
Default tab width.
|
RtfPicture |
RtfPicture.height(double height,
RtfUnit unit)
Height of the image.
|
static RtfDocfmt |
RtfDocfmt.hyphenationHotZone(double width,
RtfUnit unit)
Hyphenation hot zone.
|
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.
|
static RtfDocfmt |
RtfDocfmt.leftMargin(double margin,
RtfUnit unit)
Left margin.
|
static RtfDocfmt |
RtfDocfmt.paper(double width,
double height,
RtfUnit unit)
Paper width and height.
|
static RtfDocfmt |
RtfDocfmt.paperHeight(double height,
RtfUnit unit)
Paper height.
|
static RtfDocfmt |
RtfDocfmt.paperWidth(double width,
RtfUnit unit)
Paper width.
|
static RtfDocfmt |
RtfDocfmt.rightMargin(double margin,
RtfUnit unit)
Right margin.
|
RtfPicture |
RtfPicture.size(double width,
double height,
RtfUnit unit)
Size of the picture.
|
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.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.spaceBetweenColumns(double space,
RtfUnit unit)
Space between columns in this current section.
|
RtfTextPara |
RtfTextPara.spaceBetweenLines(double space,
RtfUnit unit)
Space between lines by a given amount.
|
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.
|
static RtfDocfmt |
RtfDocfmt.topMargin(double margin,
RtfUnit unit)
Top margin.
|
RtfPicture |
RtfPicture.width(double width,
RtfUnit unit)
Width of the image.
|
Copyright © 2010–2015 Tutego. All rights reserved.