java.lang.Objectcom.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. | ||
com.aspose.words.IComplexAttr | deepCloneComplexAttr() | |
Reserved for internal use. | ||
boolean | equals(Aspose.Words.IEquatableAttr rhs) | |
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() |
isInherited | |
public boolean isInherited() |
deepCloneComplexAttr | |
public com.aspose.words.IComplexAttr deepCloneComplexAttr() throws java.lang.Exception |
equals | |
public boolean equals(Aspose.Words.IEquatableAttr rhs) throws java.lang.Exception |