PatternFill
Inheritance: java.lang.Object, com.aspose.cells.Fill
public class PatternFill extends Fill
Encapsulates the object that represents pattern fill format
Methods
equals(Object obj)
public boolean equals(Object obj)
/
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object |
Returns: boolean -
getBackTransparency()
public double getBackTransparency()
Gets the transparency of background color.
Returns: double
getBackgroundCellsColor()
public CellsColor getBackgroundCellsColor()
Gets the foreground CellsColor object.
Returns: CellsColor
getBackgroundColor()
public Color getBackgroundColor()
Gets the background Color of the Area.
Returns: Color
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getForeTransparency()
public double getForeTransparency()
Gets the transparency of foreground color.
Returns: double
getForegroundCellsColor()
public CellsColor getForegroundCellsColor()
Gets the foreground CellsColor object.
Returns: CellsColor
getForegroundColor()
public Color getForegroundColor()
Gets the foreground Color.
Returns: Color
getPattern()
public int getPattern()
Gets the fill pattern type
See FillPattern.
Returns: int
hashCode()
public int hashCode()
Gets the hash code.
Returns: int -
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBackTransparency(double value)
public void setBackTransparency(double value)
Sets the transparency of background color.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setBackgroundCellsColor(CellsColor value)
public void setBackgroundCellsColor(CellsColor value)
Sets the foreground CellsColor object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CellsColor |
setBackgroundColor(Color value)
public void setBackgroundColor(Color value)
Sets the background Color of the Area.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setForeTransparency(double value)
public void setForeTransparency(double value)
Sets the transparency of foreground color.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setForegroundCellsColor(CellsColor value)
public void setForegroundCellsColor(CellsColor value)
Sets the foreground CellsColor object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CellsColor |
setForegroundColor(Color value)
public void setForegroundColor(Color value)
Sets the foreground Color.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setPattern(int value)
public void setPattern(int value)
Sets the fill pattern type
See FillPattern.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |