ilog.views.util.print
Class IlvFooter
java.lang.Object
ilog.views.util.print.IlvPrintableObject
ilog.views.util.print.IlvHeaderFooter
ilog.views.util.print.IlvFooter
- All Implemented Interfaces:
- Printable, Cloneable
public class IlvFooter
- extends IlvHeaderFooter
This class defines a footer to be printed at
the bottom of a page.
A footer is defined by three text sections.
The texts will be drawn on the left, center and right
area of the footer.
Each text can have several lines and may contain some predefined
keys that will be translated to values of the document that is printed.
For example, the following footer:
new IlvFooter("Page " + IlvHeaderFooter.PageKey, null, null);
will print 'Page 1' on the left section of the first page.
Such keys exist for the page number, the number of pages in the book,
the file name, the author, the date and time.
- Since:
- JViews 5.5
- See Also:
IlvHeader
| Methods inherited from class ilog.views.util.print.IlvHeaderFooter |
clone, equals, getCenterSection, getCenterSectionFont, getColor, getDefaultFont, getHeight, getLeftSection, getLeftSectionFont, getRightSection, getRightSectionFont, print, setCenterSection, setCenterSectionFont, setColor, setLeftSection, setLeftSectionFont, setRightSection, setRightSectionFont, toString |
IlvFooter
public IlvFooter(String left,
String center,
String right)
- Creates a footer.
- Parameters:
left - The text to be printed on the left.center - The text to be printed in the center.right - The text to be printed on the right.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.