Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
|
EffectEffectiveData |
getEffective() |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
double |
getRadius()
Specifies the radius of blur to apply to the edges.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setRadius(double value)
Specifies the radius of blur to apply to the edges.
|
public final double getRadius()
Specifies the radius of blur to apply to the edges.
Read/write double
.
public final void setRadius(double value)
Specifies the radius of blur to apply to the edges.
Read/write double
.
public final EffectEffectiveData getEffective()
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The SoftEdge
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object