|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PVIObject
com.aspose.slides.LineFillFormat
public class LineFillFormat
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 |
---|
public final byte getFillType()
Returns or sets the fill type.
Read/write FillType
.
getFillType
in interface ILineFillFormat
public final void setFillType(byte value)
Returns or sets the fill type.
Read/write FillType
.
setFillType
in interface ILineFillFormat
public final byte getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read/write NullableBool
.
getRotateWithShape
in interface ILineFillFormat
public final void setRotateWithShape(byte value)
Determines whether the fill should be rotated with a shape.
Read/write NullableBool
.
setRotateWithShape
in interface ILineFillFormat
public final IColorFormat getSolidFillColor()
Returns the color of a solid fill.
Read-only IColorFormat
.
getSolidFillColor
in interface ILineFillFormat
public final IGradientFormat getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormat
.
getGradientFormat
in interface ILineFillFormat
public final IPatternFormat getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormat
.
getPatternFormat
in interface ILineFillFormat
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |