|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FillFormat
public final class FillFormat
Represents a fill formatting.
Method Summary | |
---|---|
java.awt.Color |
getBackColor()
|
java.awt.Color |
getForeColor()
|
int |
getGradientColorType()
Returns or sets the gradient color type. |
byte |
getGradientDegree()
Returns or sets the gradient degree. 0-19 values. 0 - black, 19 - white. |
byte |
getGradientFillAngle()
Returns or sets the fill angle (0-179). |
int |
getGradientFillFocus()
Returns or sets the fill focus shift. |
int |
getGradientPreset()
Returns or sets gradient preset code. |
ColorBlend |
getGradientStops()
Returns or sets ColorBlend for custom and preset gradients. |
int |
getGradientStyle()
Returns or sets the gradient style. |
int |
getPatternStyle()
Gets or sets the pattern style. |
int |
getPictureId()
Gets or sets the picture id for the picture fill style. |
boolean |
getRotateWithShape()
Determines whether a fill should be rotated with a shape. |
int |
getType()
Returns or sets the fill type. |
void |
setBackColor(java.awt.Color value)
|
void |
setForeColor(java.awt.Color value)
|
void |
setGradientColorType(int value)
|
void |
setGradientDegree(byte value)
|
void |
setGradientFillAngle(byte value)
|
void |
setGradientFillFocus(int value)
|
void |
setGradientPreset(int value)
|
void |
setGradientStops(ColorBlend value)
|
void |
setGradientStyle(int value)
|
void |
setPatternStyle(int value)
|
void |
setPictureId(int value)
|
void |
setRotateWithShape(boolean value)
|
void |
setTextureStyle(int value)
Sets the texture style. |
void |
setType(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getRotateWithShape()
Determines whether a fill should be rotated with a shape.
Read/write bool
.
public void setRotateWithShape(boolean value)
public int getType()
Returns or sets the fill type.
Read/write FillType
.
public void setType(int value)
public java.awt.Color getForeColor()
public void setForeColor(java.awt.Color value)
public java.awt.Color getBackColor()
public void setBackColor(java.awt.Color value)
public int getGradientColorType()
Returns or sets the gradient color type.
Read/write Aspose.Slides.GradientColorType
.
public void setGradientColorType(int value)
public byte getGradientDegree()
Returns or sets the gradient degree. 0-19 values. 0 - black, 19 - white.
Read/write byte
.
public void setGradientDegree(byte value)
public int getGradientStyle()
Returns or sets the gradient style.
Read/write Aspose.Slides.GradientStyle
.
public void setGradientStyle(int value)
public int getGradientFillFocus()
Returns or sets the fill focus shift. Value from -100% to 100%.
Read/write int
.
public void setGradientFillFocus(int value)
public byte getGradientFillAngle()
Returns or sets the fill angle (0-179).
Read/write byte
.
public void setGradientFillAngle(byte value)
public int getGradientPreset()
Returns or sets gradient preset code.
Read/write GradientPreset
public void setGradientPreset(int value)
public ColorBlend getGradientStops()
Returns or sets ColorBlend for custom and preset gradients.
Read/write ColorBlend
public void setGradientStops(ColorBlend value)
public int getPatternStyle()
Gets or sets the pattern style.
Read/write Aspose.Slides.PatternStyle
.
public void setPatternStyle(int value)
public void setTextureStyle(int value)
Sets the texture style.
value
- New texture style.public int getPictureId()
Gets or sets the picture id for the picture fill style.
Read/write int
.
public void setPictureId(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |