| 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.
|
Rtf |
Rtf.header(RtfHeader... headers)
Sets RTF headers for the document.
|
Rtf |
Rtf.info(RtfInfo... infos)
Writes information group, which contains information about the document.
|
static Rtf |
Rtf.rtf()
Creates a new RTF document.
|
Rtf |
Rtf.section(Collection<RtfPara> paragraphs)
Creates a new section with paragraphs and appends them to the RTF document.
|
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.
|
Copyright © 2010–2015 Tutego. All rights reserved.