|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseSlide
com.aspose.slides.NotesSlide
public class NotesSlide
Represents a notes slide in a presentation.
Method Summary | |
---|---|
void |
applyColorScheme(ExtraColorScheme scheme)
Deprecated. |
ITextFrame |
getNotesTextFrame()
Returns a TextFrame with notes' text if there is one. |
OverrideTheme |
getOverrideTheme()
Deprecated. |
ISlide |
getParentSlide()
Returns the parent slide. |
IOverrideThemeManager |
getThemeManager()
Returns the overriding theme manager. |
java.awt.image.BufferedImage |
getThumbnail(java.awt.Dimension imageSize)
Returns a Thumbnail Bitmap object with specified size. |
java.awt.image.BufferedImage |
getThumbnail(float scaleX,
float scaleY)
Returns a Thumbnail Bitmap object with custom scaling. |
Methods inherited from class com.aspose.slides.BaseSlide |
---|
createThemeEffective, findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getParent_Immediate, getParentPresentation, getPresentation, getShapes, getSlide, getSlideId, getSlideShowTransition, getTags, getTimeline, joinPortionsWithSameFormatting, joinPortionsWithSameFormatting, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IBaseSlide |
---|
findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getShapes, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, setName |
Methods inherited from interface com.aspose.slides.IThemeable |
---|
createThemeEffective |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
public ITextFrame getNotesTextFrame()
Returns a TextFrame with notes' text if there is one.
Read-only ITextFrame
.
getNotesTextFrame
in interface INotesSlide
public IOverrideThemeManager getThemeManager()
Returns the overriding theme manager.
Read-only IOverrideThemeManager
.
getThemeManager
in interface IOverrideThemeable
public ISlide getParentSlide()
Returns the parent slide.
Read-only ISlide
.
getParentSlide
in interface INotesSlide
@Deprecated public OverrideTheme getOverrideTheme()
Returns the overriding theme object.
Read-only OverrideTheme
.
@Deprecated public void applyColorScheme(ExtraColorScheme scheme)
Applies extra color scheme to a slide.
applyColorScheme
in class BaseSlide
scheme
- public java.awt.image.BufferedImage getThumbnail(float scaleX, float scaleY)
Returns a Thumbnail Bitmap object with custom scaling.
getThumbnail
in interface INotesSlide
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)
INotesSlide
Returns a Thumbnail Bitmap object with specified size.
getThumbnail
in interface INotesSlide
imageSize
- Size of the image to create.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |