| Modifier and Type | Method and Description |
|---|---|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.beginningPageNumber(int pageNumber)
Beginning page number of this current section.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.bottomAlignText()
Text is bottom-aligned.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.breakStartsNewColumn()
Section break starts a new column.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.breakStartsNewEvenPage()
Section break starts at an even page.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.breakStartsNewOddPage()
Section break starts at an odd page.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.breakStartsNewPage()
Section break starts a new page.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.centerVerticalText()
Text is centered vertically.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.columns(int columns)
Number of columns in this current section.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.endnotesIncluded()
Endnotes are included in this section.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.footerOnAllPages(RtfPara para)
Puts a footer with a given paragraph on all pages in this current section.
|
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 RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.justifyVerticalText()
Text is justified vertically.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.lineBetweenColumns()
Puts a line between columns in this current section.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.noBreak()
No section break.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.reset()
Reset to default section properties of this current section.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.sectionFormatting(RtfSectionFormatAndHeaderFooter... sectionFormats)
Builds a RtfSectionFormatAndHeaderFooter objects representing all the
section formattings.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.spaceBetweenColumns(double space,
RtfUnit unit)
Space between columns in this current section.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.topAlignText()
Text is top-aligned.
|
| Modifier and Type | Method and Description |
|---|---|
Rtf |
Rtf.section(RtfSectionFormatAndHeaderFooter secfmtHdrftr,
RtfPara... paragraphs)
Creates a new formatted section with paragraphs and appends them to the RTF document.
|
static RtfSectionFormatAndHeaderFooter |
RtfSectionFormatAndHeaderFooter.sectionFormatting(RtfSectionFormatAndHeaderFooter... sectionFormats)
Builds a RtfSectionFormatAndHeaderFooter objects representing all the
section formattings.
|
Copyright © 2010–2015 Tutego. All rights reserved.