Class Slide


  • public class Slide
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Slide()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] items()
      Gets the content strings of the slide.
      java.lang.String title()
      Gets the slide title.
      java.lang.String type()
      Gets the type of slide.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Slide

        public Slide()
    • Method Detail

      • type

        public java.lang.String type()
        Gets the type of slide.
        Returns:
        The type of slide.
      • title

        public java.lang.String title()
        Gets the slide title.
        Returns:
        The title of the slide.
      • items

        public java.lang.String[] items()
        Gets the content strings of the slide.
        Returns:
        The content strings of the slide.