public class IlvFooter extends IlvHeaderFooter
new IlvFooter("Page " + IlvHeaderFooter.PageKey, null, null);will print 'Page 1' on the left section of the first page.
IlvHeader
NO_SUCH_PAGE, PAGE_EXISTS
Constructor and Description |
---|
IlvFooter(String left,
String center,
String right)
Creates a footer.
|
IlvFooter(String left,
String center,
String right,
ULocale locale)
Creates a footer.
|
clone, equals, getAuthorKey, getCenterSection, getCenterSectionFont, getColor, getDateKey, getDefaultFont, getFileKey, getHeight, getLeftSection, getLeftSectionFont, getPageKey, getPagesKey, getRightSection, getRightSectionFont, getTimeKey, print, setCenterSection, setCenterSectionFont, setColor, setLeftSection, setLeftSectionFont, setRightSection, setRightSectionFont, toString
getPage
public IlvFooter(String left, String center, String right)
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.public IlvFooter(String left, String center, String right, ULocale locale)
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.locale
- The locale to be used to format numbers and dates.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.