com.aspose.slides
Interface ILineFillFormatEffectiveData

All Superinterfaces:
IFillParamSource
All Known Implementing Classes:
LineFillFormatEffectiveData

public interface ILineFillFormatEffectiveData
extends IFillParamSource

Immutable object which represents properties for lines filling.


Method Summary
 byte getFillType()
           Returns the fill type.
 IGradientFormatEffectiveData getGradientFormat()
           Returns the gradient fill format.
 IPatternFormatEffectiveData getPatternFormat()
           Returns the pattern fill format.
 boolean getRotateWithShape()
           Determines whether the fill should be rotated with a shape.
 java.awt.Color getSolidFillColor()
           Returns the color of a solid fill.
 

Method Detail

getFillType

byte getFillType()

Returns the fill type. Read-only FillType.


getSolidFillColor

java.awt.Color getSolidFillColor()

Returns the color of a solid fill. Read-only System.Drawing.Color.


getGradientFormat

IGradientFormatEffectiveData getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormatEffectiveData.


getPatternFormat

IPatternFormatEffectiveData getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormatEffectiveData.


getRotateWithShape

boolean getRotateWithShape()

Determines whether the fill should be rotated with a shape. Read-only boolean.



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