|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FillFormat
public class FillFormat
Represents a fill formatting options.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal. |
byte |
getFillType()
Returns or sets the type of filling. |
IGradientFormat |
getGradientFormat()
Returns the gradient fill format. |
IPatternFormat |
getPatternFormat()
Returns the pattern fill format. |
IPictureFillFormat |
getPictureFillFormat()
Returns the picture fill format. |
IPresentation |
getPresentation()
Returns the parent presentation of a FillFormat. |
byte |
getRotateWithShape()
Determines whether the fill should be rotated with shape. |
IBaseSlide |
getSlide()
Returns the parent slide of a FillFormat. |
IColorFormat |
getSolidFillColor()
Returns the fill color. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
void |
setFillType(byte value)
|
void |
setRotateWithShape(byte value)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte getFillType()
Returns or sets the type of filling.
Read/write FillType
.
getFillType
in interface IFillFormat
public void setFillType(byte value)
setFillType
in interface IFillFormat
public IColorFormat getSolidFillColor()
Returns the fill color.
Read-only ColorFormat
.
getSolidFillColor
in interface IFillFormat
public IGradientFormat getGradientFormat()
Returns the gradient fill format.
Read-only GradientFormat
.
getGradientFormat
in interface IFillFormat
public IPatternFormat getPatternFormat()
Returns the pattern fill format.
Read-only PatternFormat
.
getPatternFormat
in interface IFillFormat
public IPictureFillFormat getPictureFillFormat()
Returns the picture fill format.
Read-only PictureFillFormat
.
getPictureFillFormat
in interface IFillFormat
public byte getRotateWithShape()
Determines whether the fill should be rotated with shape.
Read/write NullableBool
.
getRotateWithShape
in interface IFillFormat
public void setRotateWithShape(byte value)
setRotateWithShape
in interface IFillFormat
public boolean equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal.
equals
in class java.lang.Object
obj
- The FillFormat to compare with the current FillFormat.
<b>true</b>
if the specified FillFormat is equal to the current FillFormat; otherwise, <b>false</b>
.public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
public IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |