notesslide-ag凯发旗舰厅
com.spire.presentation
class notesslide
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.activeslide
com.spire.presentation.notesslide
- all implemented interfaces:
- iactivepresentation, islidecomponent
public class notesslide
- extends activeslide
represents a notes slide in a presentation.
notesslide
public notesslide( parent,
elem,
loadcontext)
notesslide
public notesslide( slide,
notes,
ppt)
notesslide
public notesslide( slide)
getnotestextframe
public itextframeproperties getnotestextframe()
- gets a textframe with notes' text if there is one.
readonly .
- returns:
gettheme
public theme gettheme()
- gets the theme object from master.
- specified by:
gettheme
in class activeslide
- returns:
applytheme
public void applytheme(slidecolorscheme scheme)
- applies extra color scheme to a slide.
- specified by:
applytheme
in class activeslide
- parameters:
scheme
-
getthumbnail
public java.awt.image.bufferedimage getthumbnail(float scalex,
float scaley)
- gets a thumbnail bufferedimage 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:
- bufferedimage object.
- throws:
java.lang.exception
getthumbnail
public java.awt.image.bufferedimage getthumbnail(java.awt.dimension imagesize)
- gets a thumbnail bufferedimage object with specified size.
- parameters:
imagesize
- java.awt.dimension of the image to create.
- returns:
- bufferedimage object.
- throws:
java.lang.exception