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 IFormatSchemepublic final ILineFormatCollection getLineStyles()
Returns a collection of theme defined line styles.
Read-only ILineFormatCollection.
getLineStyles in interface IFormatSchemepublic final IEffectStyleCollection getEffectStyles()
Returns a collection of theme defined effect styles.
Read-only IEffectStyleCollection.
getEffectStyles in interface IFormatSchemepublic final IFillFormatCollection getBackgroundFillStyles()
Returns a collection of theme defined background fill styles.
Read-only IFillFormatCollection.
getBackgroundFillStyles in interface IFormatSchemepublic final IBaseSlide getSlide()
Returns the parent slide.
Read-only IBaseSlide.
getSlide in interface ISlideComponentpublic final IPresentation getPresentation()
Returns the parent presentation.
Read-only IPresentation.
getPresentation in interface IPresentationComponentpublic final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.