formatscheme-ag凯发旗舰厅



com.spire.presentation.drawing
class formatscheme

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

public class formatscheme
extends pptobject
implements islidecomponent

stores theme-defined formats for the shapes.


constructor summary
formatscheme(iactivepresentation parent)
           
 
method summary
 fillstylecollection getbackgroundfillstyles()
          gets a collection of theme defined background fill styles.
 effectstylecollection geteffectstyles()
          gets a collection of theme defined effect styles.
 fillstylecollection getfillstyles()
          gets a collection of theme defined fill styles.
 linestylecollection getlinestyles()
          gets a collection of theme defined line styles.
 presentation getpresentation()
          returns the parent presentation.
 activeslide getslide()
          gets the parent slide.
 
methods inherited from class com.spire.presentation.pptobject
checkdisposed, getparent
 
constructor detail

formatscheme

public formatscheme(iactivepresentation parent)
method detail

getfillstyles

public fillstylecollection getfillstyles()
gets a collection of theme defined fill styles. readonly .
returns:

getlinestyles

public linestylecollection getlinestyles()
gets a collection of theme defined line styles. readonly .
returns:

geteffectstyles

public effectstylecollection geteffectstyles()
gets a collection of theme defined effect styles. readonly .
returns:

getbackgroundfillstyles

public fillstylecollection getbackgroundfillstyles()
gets a collection of theme defined background fill styles. readonly .
returns:

getslide

public activeslide getslide()
gets the parent slide. read-only .
specified by:
getslide in interface islidecomponent
returns:

getpresentation

public presentation getpresentation()
returns the parent presentation. read-only .
specified by:
getpresentation in interface iactivepresentation
returns:
throws:
java.lang.exception


网站地图