notesslide-ag凯发旗舰厅



com.spire.presentation
class notesslide

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.activeslide
          extended by com.spire.presentation.notesslide
all implemented interfaces:
iactivepresentation, islidecomponent

public class notesslide
extends activeslide

represents a notes slide in a presentation.


constructor summary
( parent,  elem,  loadcontext)
           
notesslide( slide)
           
notesslide( slide,  notes,  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

notesslide

public notesslide( parent,
                   elem,
                   loadcontext)

notesslide

public notesslide( slide,
                   notes,
                   ppt)

notesslide

public notesslide( slide)
method detail

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


网站地图