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
|
background, border, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, BOTTOM, BOX, color, LEFT, llx, lly, markupAttributes, 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, GRAPHIC, HEADER, IMGRAW, IMGTEMPLATE, JPEG, KEYWORDS, LIST, LISTITEM, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE| 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, setPageNumberbackgroundColor, border, borderColor, borderWidth, bottom, bottom, cloneNonPositionParameters, disableBorderSide, enableBorderSide, getBorderColorBottom, getBorderColorLeft, getBorderColorRight, getBorderColorTop, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getChunks, getMarkupAttribute, getMarkupAttributeNames, getMarkupAttributes, getRotation, grayFill, hasBorder, hasBorders, height, isUseVariableBorders, left, left, normalize, process, rectangle, right, right, rotate, setBackgroundColor, setBorder, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setBottom, setGrayFill, setLeft, setMarkupAttribute, setMarkupAttributes, setRight, setTop, setUseVariableBorders, softCloneNonPositionParameters, top, top, toString, type, widthclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMarkupAttribute, getMarkupAttributeNames, getMarkupAttributes, setMarkupAttribute, setMarkupAttributespublic 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