All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.PageHeader

java.lang.Object
   |
   +----org.jfouffa.jslider.Header
           |
           +----org.jfouffa.jslider.TextHeader
                   |
                   +----org.jfouffa.jslider.NoteHeader
                           |
                           +----org.jfouffa.jslider.PageHeader

public class PageHeader
extends NoteHeader
This class defines the page header. The text is automatically set to the page macro.


Constructor index

 o PageHeader()

Method index

 o getName()
Gets the name of this slide header (PAGE_NUMBER).
 o setProperties(TemplateLoader, String)
Sets the properties of this Header using the specified TemplateLoader.

Constructors

 o PageHeader
 public PageHeader()

Methods

 o setProperties
 public void setProperties(TemplateLoader loader,
                           String index)
Sets the properties of this Header using the specified TemplateLoader.

Parameters:
loader - the TemplateLoader
index - the index of this header (the string format)
Overrides:
setProperties in class NoteHeader
 o getName
 public String getName()
Gets the name of this slide header (PAGE_NUMBER).