com.aspose.slides
Interface ILineFillFormat

All Superinterfaces:
IFillParamSource
All Known Implementing Classes:
LineFillFormat

public interface ILineFillFormat
extends IFillParamSource

Represents properties for lines filling.


Method Summary
 byte getFillType()
           Returns or sets the fill type.
 IGradientFormat getGradientFormat()
           Returns the gradient fill format.
 IPatternFormat getPatternFormat()
           Returns the pattern fill format.
 byte getRotateWithShape()
           Determines whether the fill should be rotated with a shape.
 IColorFormat getSolidFillColor()
           Returns the color of a solid fill.
 void setFillType(byte value)
           Returns or sets the fill type.
 void setRotateWithShape(byte value)
           Determines whether the fill should be rotated with a shape.
 

Method Detail

getFillType

byte getFillType()

Returns or sets the fill type. Read/write FillType.


setFillType

void setFillType(byte value)

Returns or sets the fill type. Read/write FillType.


getSolidFillColor

IColorFormat getSolidFillColor()

Returns the color of a solid fill. Read-only IColorFormat.


getGradientFormat

IGradientFormat getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormat.


getPatternFormat

IPatternFormat getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormat.


getRotateWithShape

byte getRotateWithShape()

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


setRotateWithShape

void setRotateWithShape(byte value)

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.