com.aspose.slides
Class LineFillFormat

java.lang.Object
  extended by com.aspose.slides.PVIObject
      extended by com.aspose.slides.LineFillFormat
All Implemented Interfaces:
IFillParamSource, ILineFillFormat

public class LineFillFormat
extends PVIObject
implements ILineFillFormat

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.
 
Methods inherited from class com.aspose.slides.PVIObject
equals, getParent_Immediate, getParent_IPresentationComponent, getPresentation, getSlide, getVersion, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillType

public final byte getFillType()

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

Specified by:
getFillType in interface ILineFillFormat

setFillType

public final void setFillType(byte value)

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

Specified by:
setFillType in interface ILineFillFormat

getRotateWithShape

public final byte getRotateWithShape()

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

Specified by:
getRotateWithShape in interface ILineFillFormat

setRotateWithShape

public final void setRotateWithShape(byte value)

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

Specified by:
setRotateWithShape in interface ILineFillFormat

getSolidFillColor

public final IColorFormat getSolidFillColor()

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

Specified by:
getSolidFillColor in interface ILineFillFormat

getGradientFormat

public final IGradientFormat getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormat.

Specified by:
getGradientFormat in interface ILineFillFormat

getPatternFormat

public final IPatternFormat getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormat.

Specified by:
getPatternFormat in interface ILineFillFormat


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