java.lang.ObjectInternableComplexAttr
com.aspose.words.Shading
public class Shading
Property Getters/Setters Summary | ||
---|---|---|
java.awt.Color | getBackgroundPatternColor() | |
Gets or sets the color that's applied to the background of the Shading object. | ||
java.awt.Color | getForegroundPatternColor() | |
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.obfuscated.type | deepCloneComplexAttr() | |
Reserved for internal use. | ||
boolean | equals(java.lang.Object obj) | |
Determines whether the specified object is equal in value to the current object. | ||
int | hashCode() | |
Serves as a hash function for this type. | ||
boolean | isInheritedComplexAttr() | |
Reserved for internal use. |
Property Getters/Setters Detail |
---|
getBackgroundPatternColor | |
public java.awt.Color getBackgroundPatternColor() |
getForegroundPatternColor | |
public java.awt.Color getForegroundPatternColor() |
getTexture/setTexture | |
public int getTexture() / public void setTexture(int value) |
Method Detail |
---|
clearFormatting | |
public void clearFormatting() |
deepCloneComplexAttr | |
public aspose.obfuscated.type deepCloneComplexAttr() |
equals | |
public boolean equals(java.lang.Object obj) |
hashCode | |
public int hashCode() |
isInheritedComplexAttr | |
public boolean isInheritedComplexAttr() |