java.lang.Objectcom.aspose.cells.ShapePropertyCollection
public class ShapePropertyCollection
Property Getters/Setters Summary | ||
---|---|---|
Format3D | getFormat3D() | |
Represents a object that specifies 3D shape properties for the chart element or shape. | ||
GlowEffect | getGlowEffect() | |
Represents a object that specifies glow effect for the chart element or shape. | ||
ShadowEffect | getShadowEffect() | |
Represents a object that specifies shadow effect for the chart element or shape. | ||
double | getSoftEdgeRadius() | |
void | setSoftEdgeRadius(double value) | |
Gets and sets the radius of blur to apply to the edges, in unit of points. |
Method Summary | ||
---|---|---|
void | clearFormat3D() | |
Clears the 3D shape properties of the shape. | ||
void | clearGlowEffect() | |
Clears the glow effect of the shape. | ||
void | clearShadowEffect() | |
Clears the shadow effect of the chart element or shape. | ||
boolean | hasFormat3D() | |
Indicates if the shape has 3d format data. | ||
boolean | hasGlowEffect() | |
Indicates if the shape has glow effect data. | ||
boolean | hasShadowEffect() | |
Indicates if the shape has shadow effect data. |
Property Getters/Setters Detail |
---|
getGlowEffect | |
public GlowEffect getGlowEffect() |
getFormat3D | |
public Format3D getFormat3D() |
getSoftEdgeRadius/setSoftEdgeRadius | |
public double getSoftEdgeRadius() / public void setSoftEdgeRadius(double value) |
getShadowEffect | |
public ShadowEffect getShadowEffect() |
Method Detail |
---|
clearGlowEffect | |
public void clearGlowEffect() |
hasGlowEffect | |
public boolean hasGlowEffect() |
hasFormat3D | |
public boolean hasFormat3D() |
clearFormat3D | |
public void clearFormat3D() |
clearShadowEffect | |
public void clearShadowEffect() |
hasShadowEffect | |
public boolean hasShadowEffect() |