Class org.jfouffa.jslider.generator.Slide
java.lang.Object
|
+----org.jfouffa.jslider.generator.HTMLUtil
|
+----org.jfouffa.jslider.generator.Slide
- public final class Slide
- extends HTMLUtil
The object representation of a slide.
Variable index
-
body
- The body the slide
-
numRepeat
- Numbers of same title
-
page
- the page number of the slide
-
repeat
- Repeat title
Constructor index
-
Slide()
-
Method index
-
getTitle()
- Returns the attribute title
Variables
page
public int page
- the page number of the slide
body
public String body
- The body the slide
repeat
public int repeat
- Repeat title
numRepeat
public int numRepeat
- Numbers of same title
Constructors
Slide
public Slide()
Methods
getTitle
public String getTitle()
- Returns the attribute title
- Returns:
- the value of the attribute