public interface INotesSlide extends IBaseSlide, IOverrideThemeable
Represents a notes slide in a presentation.
Modifier and Type | Method and Description |
---|---|
INotesSlideHeaderFooterManager |
getHeaderFooterManager()
Returns HeaderFooter manager of the notes slide.
|
ITextFrame |
getNotesTextFrame()
Returns a TextFrame with notes' text if there is one.
|
ISlide |
getParentSlide()
Returns a ParentSlide
Read-only
ISlide . |
android.graphics.Bitmap |
getThumbnail(float scaleX,
float scaleY)
Deprecated.
Use Slide.GetThumbnail method with NotesCommentsLayoutingOptions parameter instead. The method will be removed after release of version 18.6.
|
android.graphics.Bitmap |
getThumbnail(Size imageSize)
Deprecated.
Use Slide.GetThumbnail method with NotesCommentsLayoutingOptions parameter instead. The method will be removed after release of version 18.6.
|
equals, findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getShapes, getShowMasterShapes, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, setName, setShowMasterShapes
getThemeManager
createThemeEffective
getSlide
getPresentation
INotesSlideHeaderFooterManager getHeaderFooterManager()
Returns HeaderFooter manager of the notes slide.
Read-only INotesSlideHeaderFooterManager
.
ITextFrame getNotesTextFrame()
Returns a TextFrame with notes' text if there is one.
Read-only ITextFrame
.
@Deprecated android.graphics.Bitmap 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.@Deprecated android.graphics.Bitmap getThumbnail(Size imageSize)
Returns a Thumbnail Bitmap object with specified size.
imageSize
- Size of the image to create.Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.