public class ShadowFormat
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears shadow format.
|
int |
getType()
Gets the specified
ShadowType for ShadowFormat. |
boolean |
getVisible()
Returns
true if the formatting applied to this instance is visible. |
void |
setType(int value)
Sets the specified
ShadowType for ShadowFormat. |
public void clear()
public int getType()
ShadowType for ShadowFormat.ShadowType for ShadowFormat. The returned value is one of ShadowType constants.public void setType(int value)
ShadowType for ShadowFormat.value - The specified ShadowType for ShadowFormat. The value must be one of ShadowType constants.public boolean getVisible()
true if the formatting applied to this instance is visible.
Unlike clear(), assigning false to Visible does not clear the formatting, it only hides the shape effect.true if the formatting applied to this instance is visible.