Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » rtf » [javadoc | source]
com.lowagie.text.rtf
public class: RtfHeaderFooters [javadoc | source]
java.lang.Object
   com.lowagie.text.Rectangle
      com.lowagie.text.HeaderFooter
         com.lowagie.text.rtf.RtfHeaderFooters

All Implemented Interfaces:
    Element

This HeaderFooter specialization contains some headers or footers for several pages. Is a list of headerFooters but also a sub class of header footer, to change as less as possible of the current API. ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2. This class is based on the RtfWriter-package from Mark Hall.
Field Summary
public static final  int ALL_PAGES    an attribute value 
public static final  int LEFT_PAGES    an attribute value 
public static final  int RIGHT_PAGES    an attribute value 
public static final  int FIRST_PAGE    an attribute value 
Fields inherited from com.lowagie.text.Rectangle:
UNDEFINED,  TOP,  BOTTOM,  LEFT,  RIGHT,  NO_BORDER,  BOX,  llx,  lly,  urx,  ury,  rotation,  border,  borderWidth,  borderColor,  backgroundColor,  useVariableBorders,  borderWidthLeft,  borderWidthRight,  borderWidthTop,  borderWidthBottom,  borderColorLeft,  borderColorRight,  borderColorTop,  borderColorBottom
Constructor:
 public RtfHeaderFooters() 
 public RtfHeaderFooters(Phrase before,
    Phrase after) 
    Contructs a HeaderFooters object
    Parameters:
    before -
    after -
 public RtfHeaderFooters(Phrase before,
    boolean numbered) 
    Contructs a HeaderFooters object
    Parameters:
    before -
    numbered -
Method from com.lowagie.text.rtf.RtfHeaderFooters Summary:
get,   set
Methods from com.lowagie.text.HeaderFooter:
alignment,   getAfter,   getBefore,   isNumbered,   paragraph,   setAlignment,   setPageNumber
Methods from com.lowagie.text.Rectangle:
cloneNonPositionParameters,   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,   type
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.rtf.RtfHeaderFooters Detail:
 public HeaderFooter get(int type) 
    Returns a type of HeaderFooter object registered in this HeaderFooters object.
 public  void set(int type,
    HeaderFooter hf) 
    Adds a HeaderFooter to this HeaderFooters object