| Modifier and Type | Class and Description |
|---|---|
class |
RtfRow
Defines properties of the hole row.
|
class |
RtfTextPara
Represents a RTF paragraph.
|
| Modifier and Type | Method and Description |
|---|---|
static RtfPara |
RtfPara.ul(RtfText text)
Text is in a unordered list with a preceding bullet.
|
static RtfPara |
RtfPara.ul(String text)
Text is in a unordered list with a preceding bullet.
|
| Modifier and Type | Method and Description |
|---|---|
static RtfText |
RtfFields.field(RtfPara fieldInstructions)
Inserts a field with the default string "Refresh >F9<".
|
static RtfText |
RtfText.field(RtfPara fieldInstructions,
RtfPara recentResult)
Inserts a RTF field.
|
static RtfText |
RtfText.field(RtfPara fieldInstructions,
RtfPara recentResult,
RtfText.FieldModifier fieldModifier)
Inserts a RTF field.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.footerOnAllPages(RtfPara para)
Puts a footer with a given paragraph on all pages in this current section.
|
static RtfText |
RtfText.footnote(RtfPara... paras)
Place a footnote with automatic footnote reference.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.headerForAllPages(RtfPara para)
Puts a header with a given paragraph on all pages in this current section.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.headerForFirstPage(RtfPara para)
Puts a header with a given paragraph on the first page in this current section.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.headerForLeftHandPages(RtfPara para)
Puts a header with a given paragraph on all left-hand pages in this current section.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.headerForRightHandPages(RtfPara para)
Puts a header with a given paragraph on all right-hand pages in this current section.
|
static RtfText |
RtfText.hyperlink(String url,
RtfPara text)
Adds an hyperlink (aka anchor).
|
static RtfRow |
RtfPara.row(RtfPara... cells)
Writes a row with a sequence of paragraph cells.
|
Rtf |
Rtf.section(RtfPara... paragraphs)
Creates a new section with paragraphs and appends them to the RTF document.
|
Rtf |
Rtf.section(RtfSectionFormatAndHeaderFooter secfmtHdrftr,
RtfPara... paragraphs)
Creates a new formatted section with paragraphs and appends them to the RTF document.
|
| Modifier and Type | Method and Description |
|---|---|
Rtf |
Rtf.section(Collection<RtfPara> paragraphs)
Creates a new section with paragraphs and appends them to the RTF document.
|
Copyright © 2010–2015 Tutego. All rights reserved.