com.aspose.slides
Interface INotesSlide

All Superinterfaces:
IBaseSlide, IOverrideThemeable, IPresentationComponent, ISlideComponent, IThemeable
All Known Implementing Classes:
NotesSlide

public interface INotesSlide
extends IBaseSlide, IOverrideThemeable


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

getNotesTextFrame

ITextFrame getNotesTextFrame()

Returns a TextFrame with notes' text if there is one. Read-only ITextFrame.


getParentSlide

ISlide getParentSlide()

Returns a ParentSlide Read-only ISlide.


getThumbnail

java.awt.image.BufferedImage getThumbnail(float scaleX,
                                          float scaleY)

Returns a Thumbnail Bitmap object with custom scaling.

Parameters:
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.
Returns:
Bitmap object.

getThumbnail

java.awt.image.BufferedImage getThumbnail(java.awt.Dimension imageSize)

Returns a Thumbnail Bitmap object with specified size.

Parameters:
imageSize - Size of the image to create.
Returns:
Bitmap object.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.