|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FormatSchemeEx
public class FormatSchemeEx
Stores theme-defined formats for the shapes.
Method Summary | |
---|---|
FillStyleExCollection |
getBackgroundFillStyles()
Returns a collection of theme defined background fill styles. |
EffectStyleExCollection |
getEffectStyles()
Returns a collection of theme defined effect styles. |
FillStyleExCollection |
getFillStyles()
Returns a collection of theme defined fill styles. |
LineStyleExCollection |
getLineStyles()
Returns a collection of theme defined line styles. |
PresentationEx |
getPresentation()
Returns the parent presentation. |
BaseSlideEx |
getSlide()
Returns the parent slide. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public FillStyleExCollection getFillStyles()
Returns a collection of theme defined fill styles.
Readonly FillStyleExCollection
.
public LineStyleExCollection getLineStyles()
Returns a collection of theme defined line styles.
Readonly LineStyleExCollection
.
public EffectStyleExCollection getEffectStyles()
Returns a collection of theme defined effect styles.
Readonly EffectStyleExCollection
.
public FillStyleExCollection getBackgroundFillStyles()
Returns a collection of theme defined background fill styles.
Readonly FillStyleExCollection
.
public BaseSlideEx getSlide()
Returns the parent slide.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |