public class Slide extends ResourceBase
| Constructor and Description |
|---|
Slide() |
| Modifier and Type | Method and Description |
|---|---|
Slide |
background(ResourceUri background) |
Slide |
comments(ResourceUri comments) |
boolean |
equals(Object o) |
ResourceUri |
getBackground()
Get or sets the link to slide's background
|
ResourceUri |
getComments()
Gets or sets the link to comments.
|
Double |
getHeight()
Gets or sets the height.
|
ResourceUri |
getImages()
Gets or sets the link to images.
|
ResourceUri |
getLayoutSlide()
Gets or sets the link to the layout slide.
|
ResourceUri |
getNotesSlide()
Get or sets the link to notes slide.
|
ResourceUri |
getPlaceholders()
Gets or sets the link to placeholders.
|
ResourceUri |
getShapes()
Gets or sets the link to list of top-level shapes.
|
SlideShowTransition |
getSlideShowTransition()
Specifies if shapes of the master slide should be shown on the slide.
|
ResourceUri |
getTheme()
Gets or sets the link to theme.
|
Double |
getWidth()
Gets or sets the width.
|
int |
hashCode() |
Slide |
height(Double height) |
Slide |
images(ResourceUri images) |
Boolean |
isShowMasterShapes()
Specifies if shapes of the master slide should be shown on the slide.
|
Slide |
layoutSlide(ResourceUri layoutSlide) |
Slide |
notesSlide(ResourceUri notesSlide) |
Slide |
placeholders(ResourceUri placeholders) |
void |
setBackground(ResourceUri background) |
void |
setComments(ResourceUri comments) |
void |
setHeight(Double height) |
void |
setImages(ResourceUri images) |
void |
setLayoutSlide(ResourceUri layoutSlide) |
void |
setNotesSlide(ResourceUri notesSlide) |
void |
setPlaceholders(ResourceUri placeholders) |
void |
setShapes(ResourceUri shapes) |
void |
setShowMasterShapes(Boolean showMasterShapes) |
void |
setSlideShowTransition(SlideShowTransition slideShowTransition) |
void |
setTheme(ResourceUri theme) |
void |
setWidth(Double width) |
Slide |
shapes(ResourceUri shapes) |
Slide |
showMasterShapes(Boolean showMasterShapes) |
Slide |
slideShowTransition(SlideShowTransition slideShowTransition) |
Slide |
theme(ResourceUri theme) |
String |
toString() |
Slide |
width(Double width) |
getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUripublic Double getWidth()
public void setWidth(Double width)
public Double getHeight()
public void setHeight(Double height)
public Boolean isShowMasterShapes()
public void setShowMasterShapes(Boolean showMasterShapes)
public Slide slideShowTransition(SlideShowTransition slideShowTransition)
public SlideShowTransition getSlideShowTransition()
public void setSlideShowTransition(SlideShowTransition slideShowTransition)
public Slide layoutSlide(ResourceUri layoutSlide)
public ResourceUri getLayoutSlide()
public void setLayoutSlide(ResourceUri layoutSlide)
public Slide shapes(ResourceUri shapes)
public ResourceUri getShapes()
public void setShapes(ResourceUri shapes)
public Slide theme(ResourceUri theme)
public ResourceUri getTheme()
public void setTheme(ResourceUri theme)
public Slide placeholders(ResourceUri placeholders)
public ResourceUri getPlaceholders()
public void setPlaceholders(ResourceUri placeholders)
public Slide images(ResourceUri images)
public ResourceUri getImages()
public void setImages(ResourceUri images)
public Slide comments(ResourceUri comments)
public ResourceUri getComments()
public void setComments(ResourceUri comments)
public Slide background(ResourceUri background)
public ResourceUri getBackground()
public void setBackground(ResourceUri background)
public Slide notesSlide(ResourceUri notesSlide)
public ResourceUri getNotesSlide()
public void setNotesSlide(ResourceUri notesSlide)
public boolean equals(Object o)
equals in class ResourceBasepublic int hashCode()
hashCode in class ResourceBasepublic String toString()
toString in class ResourceBaseCopyright © 2025. All rights reserved.