Java org.apache.poi.hslf.model HeadersFooters fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hslf.model HeadersFooters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hslf.model HeadersFooters.

The text is from its open source code.

Method

StringgetFooterText()
Footer's text
StringgetHeaderText()
Headers's text
booleanisFooterVisible()
whether the footer text is displayed.
booleanisHeaderVisible()
whether the header text is displayed.
voidsetDateTimeText(String text)
Sets custom user date to be displayed instead of today's date.
voidsetFootersText(String text)
Sets footers's text
voidsetHeaderText(String text)
Sets headers's text
voidsetSlideNumberVisible(boolean flag)
whether the slide number is displayed in the footer.