|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.Shading
public class Shading
| Property Getters/Setters Summary | ||
|---|---|---|
java.awt.Color | getBackgroundPatternColor() | |
void | setBackgroundPatternColor(java.awt.Color value) | |
| Gets or sets the color that's applied to the background of the Shading object. | ||
java.awt.Color | getForegroundPatternColor() | |
void | setForegroundPatternColor(java.awt.Color value) | |
| Gets or sets the color that's applied to the foreground of the Shading object. | ||
int | getTexture() | |
void | setTexture(int value) | |
| Gets or sets the shading texture. The value of the property is TextureIndex integer constant. | ||
| Method Summary | ||
|---|---|---|
void | clearFormatting() | |
| Removes shading from the object. | ||
Aspose.Words.IComplexAttr | deepClone() | |
| Reserved for internal use. | ||
boolean | isInherited() | |
| Reserved for internal use. | ||
| Property Getters/Setters Detail |
|---|
getBackgroundPatternColor/setBackgroundPatternColor | |
public java.awt.Color getBackgroundPatternColor() public void setBackgroundPatternColor(java.awt.Color value) | |
getForegroundPatternColor/setForegroundPatternColor | |
public java.awt.Color getForegroundPatternColor() public void setForegroundPatternColor(java.awt.Color value) | |
getTexture/setTexture | |
public int getTexture() public void setTexture(int value) | |
| Method Detail |
|---|
clearFormatting | |
public void clearFormatting() | |
deepClone | |
public Aspose.Words.IComplexAttr deepClone()
throws com.aspose.words.PleaseReportException, java.lang.CloneNotSupportedException | |
isInherited | |
public boolean isInherited() | |
|
ASPOSE home | ||||||||