|
||||||||
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.NotesSlideEx
public class NotesSlideEx
Represents a notes slide in a presentation.
Method Summary | |
---|---|
void |
applyColorScheme(ExtraColorSchemeEx scheme)
Applies extra color scheme to a slide. |
TextFrameEx |
getNotesTextFrame()
Returns a TextFrameEx with notes' text if there is one. |
OverrideThemeEx |
getOverrideTheme()
Returns the overriding theme object. |
ThemeEx |
getTheme()
Returns the theme object from master. |
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. |
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 TextFrameEx getNotesTextFrame()
Returns a TextFrameEx with notes' text if there is one.
Readonly TextFrameEx
.
public ThemeEx getTheme()
Returns the theme object from master.
getTheme
in class BaseSlideEx
public OverrideThemeEx getOverrideTheme()
Returns the overriding theme object.
public void applyColorScheme(ExtraColorSchemeEx scheme)
Applies extra color scheme to a slide.
applyColorScheme
in class BaseSlideEx
scheme
- 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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |