formatscheme-ag凯发旗舰厅
com.spire.presentation.drawing
class formatscheme
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.drawing.formatscheme
- all implemented interfaces:
- iactivepresentation, islidecomponent
public class formatscheme
- extends pptobject
- implements islidecomponent
stores theme-defined formats for the shapes.
formatscheme
public formatscheme(iactivepresentation parent)
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