ASPOSE home

com.aspose.words
Class Shading

java.lang.Object
    extended by com.aspose.words.Shading
All Implemented Interfaces:
java.lang.Cloneable

public class Shading
extends java.lang.Object

Contains shading attributes for an object.

Property Getters/Setters Summary
java.awt.ColorgetBackgroundPatternColor()
voidsetBackgroundPatternColor(java.awt.Color value)
           Gets or sets the color that's applied to the background of the Shading object.
java.awt.ColorgetForegroundPatternColor()
voidsetForegroundPatternColor(java.awt.Color value)
           Gets or sets the color that's applied to the foreground of the Shading object.
intgetTexture()
voidsetTexture(int value)
           Gets or sets the shading texture. The value of the property is TextureIndex integer constant.
 
Method Summary
voidclearFormatting()
           Removes shading from the object.
Aspose.Words.IComplexAttrdeepClone()
          Reserved for internal use.
booleanisInherited()
          Reserved for internal use.
 

Property Getters/Setters Detail

getBackgroundPatternColor/setBackgroundPatternColor

public java.awt.Color getBackgroundPatternColor()

public void setBackgroundPatternColor(java.awt.Color value)
Gets or sets the color that's applied to the background of the Shading object.

getForegroundPatternColor/setForegroundPatternColor

public java.awt.Color getForegroundPatternColor()

public void setForegroundPatternColor(java.awt.Color value)
Gets or sets the color that's applied to the foreground of the Shading object.

getTexture/setTexture

public int getTexture()

public void setTexture(int value)
Gets or sets the shading texture. The value of the property is TextureIndex integer constant.

Method Detail

clearFormatting

public void clearFormatting()
Removes shading from the object.

deepClone

public Aspose.Words.IComplexAttr deepClone()
                      throws com.aspose.words.PleaseReportException, java.lang.CloneNotSupportedException
Reserved for internal use.

isInherited

public boolean isInherited()
Reserved for internal use.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home