IFillFormat

All Implemented Interfaces: com.aspose.slides.IFillParamSource

public interface IFillFormat extends IFillParamSource

Represents a fill formatting options.

Methods

MethodDescription
getFillType()Returns or sets the type of filling.
setFillType(byte value)Returns or sets the type of filling.
getSolidFillColor()Returns the fill color.
getGradientFormat()Returns the gradient fill format.
getPatternFormat()Returns the pattern fill format.
getPictureFillFormat()Returns the picture fill format.
getRotateWithShape()Determines whether the fill should be rotated with shape.
setRotateWithShape(byte value)Determines whether the fill should be rotated with shape.
getEffective()Gets effective fill formatting data with the inheritance applied.

getFillType()

public abstract byte getFillType()

Returns or sets the type of filling. Read/write FillType.

Returns: byte

setFillType(byte value)

public abstract void setFillType(byte value)

Returns or sets the type of filling. Read/write FillType.

Parameters:

ParameterTypeDescription
valuebyte

getSolidFillColor()

public abstract IColorFormat getSolidFillColor()

Returns the fill color. Read-only IColorFormat.

Returns: IColorFormat

getGradientFormat()

public abstract IGradientFormat getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormat.

Returns: IGradientFormat

getPatternFormat()

public abstract IPatternFormat getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormat.

Returns: IPatternFormat

getPictureFillFormat()

public abstract IPictureFillFormat getPictureFillFormat()

Returns the picture fill format. Read-only IPictureFillFormat.

Returns: IPictureFillFormat

getRotateWithShape()

public abstract byte getRotateWithShape()

Determines whether the fill should be rotated with shape. Read/write NullableBool.

Returns: byte

setRotateWithShape(byte value)

public abstract void setRotateWithShape(byte value)

Determines whether the fill should be rotated with shape. Read/write NullableBool.

Parameters:

ParameterTypeDescription
valuebyte

getEffective()

public abstract IFillFormatEffectiveData getEffective()

Gets effective fill formatting data with the inheritance applied.

Returns: IFillFormatEffectiveData - A IFillFormatEffectiveData.