public class RtfSectionFormatAndHeaderFooter extends Object
| Modifier and Type | Method and Description |
|---|---|
static RtfSectionFormatAndHeaderFooter |
beginningPageNumber(int pageNumber)
Beginning page number of this current section.
|
static RtfSectionFormatAndHeaderFooter |
bottomAlignText()
Text is bottom-aligned.
|
static RtfSectionFormatAndHeaderFooter |
breakStartsNewColumn()
Section break starts a new column.
|
static RtfSectionFormatAndHeaderFooter |
breakStartsNewEvenPage()
Section break starts at an even page.
|
static RtfSectionFormatAndHeaderFooter |
breakStartsNewOddPage()
Section break starts at an odd page.
|
static RtfSectionFormatAndHeaderFooter |
breakStartsNewPage()
Section break starts a new page.
|
static RtfSectionFormatAndHeaderFooter |
centerVerticalText()
Text is centered vertically.
|
static RtfSectionFormatAndHeaderFooter |
columns(int columns)
Number of columns in this current section.
|
static RtfSectionFormatAndHeaderFooter |
endnotesIncluded()
Endnotes are included in this section.
|
static RtfSectionFormatAndHeaderFooter |
footerOnAllPages(RtfPara para)
Puts a footer with a given paragraph on all pages in this current section.
|
static RtfSectionFormatAndHeaderFooter |
headerForAllPages(RtfPara para)
Puts a header with a given paragraph on all pages in this current section.
|
static RtfSectionFormatAndHeaderFooter |
headerForFirstPage(RtfPara para)
Puts a header with a given paragraph on the first page in this current section.
|
static RtfSectionFormatAndHeaderFooter |
headerForLeftHandPages(RtfPara para)
Puts a header with a given paragraph on all left-hand pages in this current section.
|
static RtfSectionFormatAndHeaderFooter |
headerForRightHandPages(RtfPara para)
Puts a header with a given paragraph on all right-hand pages in this current section.
|
static RtfSectionFormatAndHeaderFooter |
justifyVerticalText()
Text is justified vertically.
|
static RtfSectionFormatAndHeaderFooter |
lineBetweenColumns()
Puts a line between columns in this current section.
|
static RtfSectionFormatAndHeaderFooter |
noBreak()
No section break.
|
static RtfSectionFormatAndHeaderFooter |
reset()
Reset to default section properties of this current section.
|
static RtfSectionFormatAndHeaderFooter |
sectionFormatting(RtfSectionFormatAndHeaderFooter... sectionFormats)
Builds a RtfSectionFormatAndHeaderFooter objects representing all the
section formattings.
|
static RtfSectionFormatAndHeaderFooter |
spaceBetweenColumns(double space,
RtfUnit unit)
Space between columns in this current section.
|
static RtfSectionFormatAndHeaderFooter |
topAlignText()
Text is top-aligned.
|
public static RtfSectionFormatAndHeaderFooter sectionFormatting(RtfSectionFormatAndHeaderFooter... sectionFormats)
sectionFormats - Sequence of section formats.public static RtfSectionFormatAndHeaderFooter reset()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter endnotesIncluded()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter noBreak()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter breakStartsNewColumn()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter breakStartsNewPage()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter breakStartsNewEvenPage()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter breakStartsNewOddPage()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter columns(int columns)
columns - Number of columns for this section.RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter spaceBetweenColumns(double space, RtfUnit unit)
space - Space between columns.unit - Measurement.RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter lineBetweenColumns()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter beginningPageNumber(int pageNumber)
pageNumber - Beginning page number.RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter topAlignText()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter bottomAlignText()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter centerVerticalText()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter justifyVerticalText()
RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter headerForAllPages(RtfPara para)
para - Paragraph for the header.RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter headerForLeftHandPages(RtfPara para)
para - Paragraph for the header.RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter headerForRightHandPages(RtfPara para)
para - Paragraph for the header.RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter headerForFirstPage(RtfPara para)
para - Paragraph for the header.RtfSectionFormatAndHeaderFooter object.public static RtfSectionFormatAndHeaderFooter footerOnAllPages(RtfPara para)
para - Paragraph for the footer.RtfSectionFormatAndHeaderFooter object.Copyright © 2010–2015 Tutego. All rights reserved.