|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.ActiveSlide
com.spire.presentation.NotesSlide
public class NotesSlide
Represents a notes slide in a presentation.
| Constructor Summary | |
|---|---|
NotesSlide(PresentationPptx parent,
PresentationSlideNotesElement elem,
PptxLoadContext loadContext)
|
|
NotesSlide(Slide slide)
|
|
NotesSlide(Slide slide,
PPTNotes notes,
ActiveSlide.Ppt2003Slide ppt)
|
|
| Method Summary | |
|---|---|
void |
applyTheme(SlideColorScheme scheme)
Applies extra color scheme to a slide. |
ITextFrameProperties |
getNotesTextFrame()
Gets a TextFrame with notes' text if there is one. |
Theme |
getTheme()
Gets the theme object from master. |
java.awt.image.BufferedImage |
getThumbnail(java.awt.Dimension imageSize)
Gets a Thumbnail BufferedImage object with specified size. |
java.awt.image.BufferedImage |
getThumbnail(float scaleX,
float scaleY)
Gets a Thumbnail BufferedImage object with custom scaling. |
| Methods inherited from class com.spire.presentation.ActiveSlide |
|---|
getName, getPresentation, getShapes, getSlideBackground, getSlideID, getSlideShowTransition, getTagsList, getTimeline, setName |
| Methods inherited from class com.spire.presentation.PptObject |
|---|
checkDisposed, getParent |
| Methods inherited from interface com.spire.presentation.ISlideComponent |
|---|
getSlide |
| Constructor Detail |
|---|
public NotesSlide(PresentationPptx parent,
PresentationSlideNotesElement elem,
PptxLoadContext loadContext)
public NotesSlide(Slide slide,
PPTNotes notes,
ActiveSlide.Ppt2003Slide ppt)
public NotesSlide(Slide slide)
| Method Detail |
|---|
public ITextFrameProperties getNotesTextFrame()
public Theme getTheme()
getTheme in class ActiveSlidepublic void applyTheme(SlideColorScheme scheme)
applyTheme in class ActiveSlidescheme -
public java.awt.image.BufferedImage getThumbnail(float scaleX,
float scaleY)
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.lang.Exceptionpublic java.awt.image.BufferedImage getThumbnail(java.awt.Dimension imageSize)
imageSize - java.awt.Dimension of the image to create.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||