com.aspose.slides
Class NotesSlide

java.lang.Object
  extended by com.aspose.slides.BaseSlide
      extended by com.aspose.slides.NotesSlide
All Implemented Interfaces:
IBaseSlide, INotesSlide, IOverrideThemeable, IPresentationComponent, ISlideComponent, IThemeable

public class NotesSlide
extends BaseSlide
implements INotesSlide

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

getNotesTextFrame

public ITextFrame getNotesTextFrame()

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

Specified by:
getNotesTextFrame in interface INotesSlide

getThemeManager

public IOverrideThemeManager getThemeManager()

Returns the overriding theme manager. Read-only IOverrideThemeManager.

Specified by:
getThemeManager in interface IOverrideThemeable

getParentSlide

public ISlide getParentSlide()

Returns the parent slide. Read-only ISlide.

Specified by:
getParentSlide in interface INotesSlide

getOverrideTheme

@Deprecated
public OverrideTheme getOverrideTheme()
Deprecated. 

Returns the overriding theme object. Read-only OverrideTheme.


applyColorScheme

@Deprecated
public void applyColorScheme(ExtraColorScheme scheme)
Deprecated. 

Applies extra color scheme to a slide.

Specified by:
applyColorScheme in class BaseSlide
Parameters:
scheme -

getThumbnail

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

Returns a Thumbnail Bitmap object with custom scaling.

Specified by:
getThumbnail in interface INotesSlide
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

public java.awt.image.BufferedImage getThumbnail(java.awt.Dimension imageSize)
Description copied from interface: INotesSlide

Returns a Thumbnail Bitmap object with specified size.

Specified by:
getThumbnail in interface INotesSlide
Parameters:
imageSize - Size of the image to create.
Returns:
Bitmap object.


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