public class FormatScheme extends java.lang.Object implements IFormatScheme
Stores theme-defined formats for the shapes.
Modifier and Type | Method and Description |
---|---|
IFillFormatCollection |
getBackgroundFillStyles()
Returns a collection of theme defined background fill styles.
|
IEffectStyleCollection |
getEffectStyles()
Returns a collection of theme defined effect styles.
|
IFillFormatCollection |
getFillStyles()
Returns a collection of theme defined fill styles.
|
ILineFormatCollection |
getLineStyles()
Returns a collection of theme defined line styles.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentation |
getPresentation()
Returns the parent presentation.
|
IBaseSlide |
getSlide()
Returns the parent slide.
|
public final IFillFormatCollection getFillStyles()
Returns a collection of theme defined fill styles.
Read-only IFillFormatCollection
.
getFillStyles
in interface IFormatScheme
public final ILineFormatCollection getLineStyles()
Returns a collection of theme defined line styles.
Read-only ILineFormatCollection
.
getLineStyles
in interface IFormatScheme
public final IEffectStyleCollection getEffectStyles()
Returns a collection of theme defined effect styles.
Read-only IEffectStyleCollection
.
getEffectStyles
in interface IFormatScheme
public final IFillFormatCollection getBackgroundFillStyles()
Returns a collection of theme defined background fill styles.
Read-only IFillFormatCollection
.
getBackgroundFillStyles
in interface IFormatScheme
public final IBaseSlide getSlide()
Returns the parent slide.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
public final IPresentation getPresentation()
Returns the parent presentation.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.