public class LineFillFormat extends PVIObject implements ILineFillFormat
Represents properties for lines filling.
Modifier and Type | Method and Description |
---|---|
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.
|
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, getVersion, hashCode, reset_Parent_IPresentationComponent
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