|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseSlideEx
com.aspose.slides.SlideEx
public final class SlideEx
Represents a slide in a presentation.
Method Summary | |
---|---|
NotesSlideEx |
addNotesSlide()
Returns the notes slide for the current slide, creating one if there isn't. |
void |
applyColorScheme(ExtraColorSchemeEx scheme)
Applies extra color scheme to a slide. |
boolean |
getHidden()
Determines whether the specified slide is hidden during a slide show. |
LayoutSlideEx |
getLayoutSlide()
Returns or sets the layout slide for the current slide. |
NotesSlideEx |
getNotesSlide()
Returns the notes slide for the current slide. |
OverrideThemeEx |
getOverrideTheme()
Returns the overriding theme object. |
CommentEx[] |
getSlideComments(CommentAuthorEx author)
Returns all slide comments added by specific author. |
int |
getSlideNumber()
Returns a number of slide. |
ThemeEx |
getTheme()
Returns the theme object. |
java.awt.image.BufferedImage |
getThumbnail(java.awt.Dimension imageSize)
|
java.awt.image.BufferedImage |
getThumbnail(float scaleX,
float scaleY)
Returns a Thumbnail Bitmap object with custom scaling. |
java.awt.image.BufferedImage |
getThumbnail(TiffOptions options)
Returns a Thumbnail tiff bitmap object with specified parameters. |
void |
setHidden(boolean value)
|
void |
setLayoutSlide(LayoutSlideEx value)
|
void |
setSlideNumber(int value)
|
void |
writeAsSvg(java.io.OutputStream stream)
|
void |
writeAsSvg(java.io.OutputStream stream,
SVGOptions svgOptions)
|
Methods inherited from class com.aspose.slides.BaseSlideEx |
---|
findShapeByAltText, getBackground, getControls, getName, getParent, getPresentation, getShapes, getSlide, getSlideId, getSlideShowTransition, getTags, getTimeline, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ThemeEx getTheme()
Returns the theme object.
getTheme
in class BaseSlideEx
public OverrideThemeEx getOverrideTheme()
Returns the overriding theme object.
public int getSlideNumber()
Returns a number of slide.
Index of slide in PresentationEx.Slides
collection is always equal to SlideNumber - 1.
public void setSlideNumber(int value)
public boolean getHidden()
Determines whether the specified slide is hidden during a slide show.
Read/write bool
.
public void setHidden(boolean value)
public java.awt.image.BufferedImage getThumbnail(float scaleX, float scaleY)
Returns a Thumbnail Bitmap object with custom scaling.
scaleX
- The value by which to scale this Thumbnail in the x-axis direction.scaleY
- The value by which to scale this Thumbnail in the y-axis direction.
public java.awt.image.BufferedImage getThumbnail(java.awt.Dimension imageSize)
public java.awt.image.BufferedImage getThumbnail(TiffOptions options)
Returns a Thumbnail tiff bitmap object with specified parameters.
options
- Tiff options.
public void writeAsSvg(java.io.OutputStream stream)
public void writeAsSvg(java.io.OutputStream stream, SVGOptions svgOptions)
public LayoutSlideEx getLayoutSlide()
Returns or sets the layout slide for the current slide.
Read/write LayoutSlideEx
.
public void setLayoutSlide(LayoutSlideEx value)
public NotesSlideEx getNotesSlide()
Returns the notes slide for the current slide.
Read-only NotesSlideEx
.
public NotesSlideEx addNotesSlide()
Returns the notes slide for the current slide, creating one if there isn't.
NotesSlideEx
for this slide.public CommentEx[] getSlideComments(CommentAuthorEx author)
Returns all slide comments added by specific author.
author
- Author of comments to find or null to return all comments.
CommentEx
.public void applyColorScheme(ExtraColorSchemeEx scheme)
Applies extra color scheme to a slide.
applyColorScheme
in class BaseSlideEx
scheme
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |