|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INotesSlide
Method Summary | |
---|---|
ITextFrame |
getNotesTextFrame()
Returns a TextFrame with notes' text if there is one. |
ISlide |
getParentSlide()
Returns a ParentSlide Read-only ISlide . |
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 interface com.aspose.slides.IBaseSlide |
---|
findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getShapes, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, setName |
Methods inherited from interface com.aspose.slides.IOverrideThemeable |
---|
getThemeManager |
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 |
---|
ITextFrame getNotesTextFrame()
Returns a TextFrame with notes' text if there is one.
Read-only ITextFrame
.
ISlide getParentSlide()
Returns a ParentSlide
Read-only ISlide
.
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.
java.awt.image.BufferedImage getThumbnail(java.awt.Dimension imageSize)
Returns a Thumbnail Bitmap object with specified size.
imageSize
- Size of the image to create.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |