|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.drawing.LineFillFormat
public class LineFillFormat
Represents properties for lines filling.
Constructor Summary | |
---|---|
LineFillFormat(ISlideComponent parent)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
FillFormatType |
getFillType()
Gets the fill type. |
GradientFillFormat |
getGradient()
Gets the gradient fill format. |
PatternFillFormat |
getPattern()
Gets the pattern fill format. |
TriState |
getRotateWithShape()
Indicates whether the fill should be rotated with a shape. |
ColorFormat |
getSolidFillColor()
Gets the color of a solid fill. |
int |
hashCode()
|
void |
setFillType(FillFormatType value)
Sets the fill type. |
void |
setRotateWithShape(TriState value)
|
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Methods inherited from interface com.spire.presentation.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.spire.presentation.IActivePresentation |
---|
getPresentation |
Constructor Detail |
---|
public LineFillFormat(ISlideComponent parent)
Method Detail |
---|
public FillFormatType getFillType()
public void setFillType(FillFormatType value)
public ColorFormat getSolidFillColor()
public GradientFillFormat getGradient()
public PatternFillFormat getPattern()
public TriState getRotateWithShape()
public void setRotateWithShape(TriState value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |