| Modifier and Type | Method and Description |
|---|---|
static RtfDocfmt |
RtfDocfmt.bottomMargin(double margin,
RtfUnit unit)
Bottom margin.
|
static RtfDocfmt |
RtfDocfmt.defaultTab(double width,
RtfUnit unit)
Default tab width.
|
static RtfDocfmt |
RtfDocfmt.endnotesOnly()
Endnotes only.
|
static RtfDocfmt |
RtfDocfmt.facingPages()
Facing pages (activates odd/even headers and gutters).
|
static RtfDocfmt |
RtfDocfmt.footnoteNumberingArabic()
Footnote numbering - Arabic numbering (1, 2, 3, _).
|
static RtfDocfmt |
RtfDocfmt.footnoteNumberingUpperAlphabetic()
Footnote numbering - Alphabetic uppercase (A, B, C, _).
|
static RtfDocfmt |
RtfDocfmt.footnoteNumberingUpperRoman()
Footnote numbering - Roman lowercase (i, ii, iii, _).
|
static RtfDocfmt |
RtfDocfmt.footnotesEndnotes()
Footnotes and endnotes both.
|
static RtfDocfmt |
RtfDocfmt.footnotesOnly()
Footnotes only or nothing at all (default).
|
static RtfDocfmt |
RtfDocfmt.hyphenationHotZone(double width,
RtfUnit unit)
Hyphenation hot zone.
|
static RtfDocfmt |
RtfDocfmt.landscape()
Landscape format.
|
static RtfDocfmt |
RtfDocfmt.leftMargin(double margin,
RtfUnit unit)
Left margin.
|
static RtfDocfmt |
RtfDocfmt.pageLayoutView()
Sets the view mode of the document to page layout.
|
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.revisionMarking()
Turns on revision marking.
|
static RtfDocfmt |
RtfDocfmt.revisionProtected()
This document is protected for revisions.
|
static RtfDocfmt |
RtfDocfmt.rightMargin(double margin,
RtfUnit unit)
Right margin.
|
static RtfDocfmt |
RtfDocfmt.switchMargin()
Switches margin definitions on left and right pages.
|
static RtfDocfmt |
RtfDocfmt.topMargin(double margin,
RtfUnit unit)
Top margin.
|
static RtfDocfmt |
RtfDocfmt.widowOrphanControl()
Enable widow and orphan control.
|
| Modifier and Type | Method and Description |
|---|---|
Rtf |
Rtf.documentFormatting(RtfDocfmt... documentFormattings)
Document formatting to specify the attributes of the document,
such as pager with, margins or footnote placement.
|
Copyright © 2010–2015 Tutego. All rights reserved.