public class SlideShowProperties extends ResourceBase
Modifier and Type | Class and Description |
---|---|
static class |
SlideShowProperties.SlideShowTypeEnum
Slide show type.
|
Constructor and Description |
---|
SlideShowProperties() |
getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public SlideShowProperties loop(Boolean loop)
public Boolean isLoop()
public void setLoop(Boolean loop)
public SlideShowProperties startSlide(Integer startSlide)
public Integer getStartSlide()
public void setStartSlide(Integer startSlide)
public SlideShowProperties endSlide(Integer endSlide)
public Integer getEndSlide()
public void setEndSlide(Integer endSlide)
public SlideShowProperties penColor(String penColor)
public String getPenColor()
public void setPenColor(String penColor)
public SlideShowProperties showAnimation(Boolean showAnimation)
public Boolean isShowAnimation()
public void setShowAnimation(Boolean showAnimation)
public SlideShowProperties showNarration(Boolean showNarration)
public Boolean isShowNarration()
public void setShowNarration(Boolean showNarration)
public SlideShowProperties useTimings(Boolean useTimings)
public Boolean isUseTimings()
public void setUseTimings(Boolean useTimings)
public SlideShowProperties slideShowType(SlideShowProperties.SlideShowTypeEnum slideShowType)
public SlideShowProperties.SlideShowTypeEnum getSlideShowType()
public void setSlideShowType(SlideShowProperties.SlideShowTypeEnum slideShowType)
public SlideShowProperties showScrollbar(Boolean showScrollbar)
public Boolean isShowScrollbar()
public void setShowScrollbar(Boolean showScrollbar)
public boolean equals(Object o)
equals
in class ResourceBase
public int hashCode()
hashCode
in class ResourceBase
public String toString()
toString
in class ResourceBase
Copyright © 2023. All rights reserved.