Class org.jfouffa.jslider.AuthorsHeader
java.lang.Object
|
+----org.jfouffa.jslider.Header
|
+----org.jfouffa.jslider.TextHeader
|
+----org.jfouffa.jslider.NoteHeader
|
+----org.jfouffa.jslider.AuthorsHeader
- public class AuthorsHeader
- extends NoteHeader
This class defines the authors header. The text is automatically set to the
authors macro.
Constructor index
-
AuthorsHeader()
-
Method index
-
getName()
- Gets the name of this slide header (AUTHORS).
-
setProperties(TemplateLoader, String)
- Sets the properties of this Header using the specified TemplateLoader.
Constructors
AuthorsHeader
public AuthorsHeader()
Methods
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
getName
public String getName()
- Gets the name of this slide header (AUTHORS).