|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FormatScheme
public class FormatScheme
Stores theme-defined formats for the shapes.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IFillFormatCollection getFillStyles()
Returns a collection of theme defined fill styles.
Read-only IFillFormatCollection
.
getFillStyles
in interface IFormatScheme
public ILineFormatCollection getLineStyles()
Returns a collection of theme defined line styles.
Read-only ILineFormatCollection
.
getLineStyles
in interface IFormatScheme
public IEffectStyleCollection getEffectStyles()
Returns a collection of theme defined effect styles.
Read-only IEffectStyleCollection
.
getEffectStyles
in interface IFormatScheme
public IFillFormatCollection getBackgroundFillStyles()
Returns a collection of theme defined background fill styles.
Read-only IFillFormatCollection
.
getBackgroundFillStyles
in interface IFormatScheme
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IBaseSlide getSlide()
Returns the parent slide.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |