public class RtfHeaderFooters extends HeaderFooter
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_PAGES
Deprecated.
an attribute value
|
private HeaderFooter |
allPages
Deprecated.
header or footer placeholder
|
static int |
FIRST_PAGE
Deprecated.
an attribute value
|
private HeaderFooter |
firstPage
Deprecated.
header or footer placeholder
|
static int |
LEFT_PAGES
Deprecated.
an attribute value
|
private HeaderFooter |
leftPages
Deprecated.
header or footer placeholder
|
static int |
RIGHT_PAGES
Deprecated.
an attribute value
|
private HeaderFooter |
rightPages
Deprecated.
header or footer placeholder
|
backgroundColor, border, borderColor, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, BOTTOM, BOX, LEFT, llx, lly, NO_BORDER, RIGHT, rotation, TOP, UNDEFINED, urx, ury, useVariableBordersALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARK| Constructor and Description |
|---|
RtfHeaderFooters()
Deprecated.
Contructs a HeaderFooters object
|
RtfHeaderFooters(Phrase before,
boolean numbered)
Deprecated.
Contructs a HeaderFooters object
|
RtfHeaderFooters(Phrase before,
Phrase after)
Deprecated.
Contructs a HeaderFooters object
|
| Modifier and Type | Method and Description |
|---|---|
HeaderFooter |
get(int type)
Deprecated.
Returns a type of HeaderFooter object registered in this HeaderFooters object.
|
void |
set(int type,
HeaderFooter hf)
Deprecated.
Adds a HeaderFooter to this HeaderFooters object
|
alignment, getAfter, getBefore, isNumbered, paragraph, setAlignment, setPageNumbercloneNonPositionParameters, disableBorderSide, enableBorderSide, getBackgroundColor, getBorder, getBorderColor, getBorderColorBottom, getBorderColorLeft, getBorderColorRight, getBorderColorTop, getBorderWidth, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getBottom, getBottom, getChunks, getGrayFill, getHeight, getLeft, getLeft, getRight, getRight, getRotation, getTop, getTop, getWidth, hasBorder, hasBorders, isContent, isNestable, isUseVariableBorders, normalize, process, rectangle, rotate, setBackgroundColor, setBorder, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setBottom, setGrayFill, setLeft, setRight, setTop, setUseVariableBorders, softCloneNonPositionParameters, toString, typepublic static final int ALL_PAGES
public static final int LEFT_PAGES
public static final int RIGHT_PAGES
public static final int FIRST_PAGE
private HeaderFooter allPages
private HeaderFooter leftPages
private HeaderFooter rightPages
private HeaderFooter firstPage
public RtfHeaderFooters()
public RtfHeaderFooters(Phrase before, Phrase after)
before - after - public RtfHeaderFooters(Phrase before, boolean numbered)
before - numbered - public void set(int type,
HeaderFooter hf)
type - hf - public HeaderFooter get(int type)
type - type of the HeaderFooter object