public class FormatSchemeEffectiveData extends java.lang.Object implements IFormatSchemeEffectiveData
Immutable FormatScheme object.
Modifier and Type | Method and Description |
---|---|
IFillFormatCollectionEffectiveData |
getBackgroundFillStyles(java.lang.Integer styleColor)
Returns a collection of theme defined background fill styles.
|
IEffectStyleCollectionEffectiveData |
getEffectStyles(java.lang.Integer styleColor)
Returns a collection of theme defined effect styles.
|
IFillFormatCollectionEffectiveData |
getFillStyles(java.lang.Integer styleColor)
Returns a collection of theme defined fill styles.
|
ILineFormatCollectionEffectiveData |
getLineStyles(java.lang.Integer styleColor)
Returns a collection of theme defined line styles.
|
public final IFillFormatCollectionEffectiveData getFillStyles(java.lang.Integer styleColor)
Returns a collection of theme defined fill styles.
getFillStyles
in interface IFormatSchemeEffectiveData
public final ILineFormatCollectionEffectiveData getLineStyles(java.lang.Integer styleColor)
Returns a collection of theme defined line styles.
getLineStyles
in interface IFormatSchemeEffectiveData
public final IEffectStyleCollectionEffectiveData getEffectStyles(java.lang.Integer styleColor)
Returns a collection of theme defined effect styles.
getEffectStyles
in interface IFormatSchemeEffectiveData
public final IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.lang.Integer styleColor)
Returns a collection of theme defined background fill styles.
getBackgroundFillStyles
in interface IFormatSchemeEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.